yuanrongxi/revolver

How to use revolver to send 1080p h264

Closed this issue · 3 comments

Recently we got a project with a need of streaming 1080p h264 through 4G . For the reason of less latency ,we choose UDP/RUDP as the transportation protocol. Very grateful to see your realization of RUDP which is very suitable for our case. We successfully compiled the project and get rudpsend, rudprecv executable bin but pitifully we dont know how to use or test it, for example sending a local file to server. Would you please give us a guide ? Thanks!

the sample uses the dummy data for testing, u can replace it with data from file for testing

Thank you ! Do you mean the bin/sample/sampled? After reviewing the test/sample code, I didnt find any clue about how to use it. Would you please show your testing steps below , thank you again!

pls see the demo project rudp_sender/rudp_receiver, check the function RUDPConnection::send_packet, we use dummy data for sending here