-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source bitrate bigger then 30Mbps problem ? #762
Comments
Do you use SRT connection in the pipeline? I see only UDP. |
I Just want to find out what issue between caller and listener. Then I just test inject in caller site (udp source input , named pipe output stdout to ts file ) srt-live-transmit.exe udp://228.0.28.28:2801 file://con > 18Mbps.ts Playback output file 18Mbps.ts video & audio ok |
There are no limitations with UDP in srt-live-transmit. Based on your results of this experiment: |
Try again Then use VLC Play udp (source) & srt VLC Play udp://229.1.1.7:1117 Video & Audio fine, |
Hm, probably |
@edwardlai , did you performed your tests within virtual machines ? |
@edwardlai Check out this comment: link. First, the system maximum buffer size should be increased the following way:
Then the desired buffer size (in bytes) can be specified on the UDP socket (after PR #1152).
|
TODO
|
The same caller & listener command test two mpts source, have different results
Direct inject ts on source site (caller), for 18Mbps & 45Mbps command below .
srt-live-transmit.exe udp://228.0.28.28:2801 file://con > 18Mbps.ts
srt-live-transmit.exe udp://229.1.1.7:1117 file://con > 45Mbps.ts
18Mbps video & audio ok
45Mbps bad video quality hang or mosaic , audio ok
The text was updated successfully, but these errors were encountered: