-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
PROTOCOL: Support push MPEGTS over TCP. #861
Comments
I didn't get your point. |
Ok sorry. Let me elaborate. I am suggesting a series of new features:
|
For SRS to pull stream by FFMPEG from other servers, read https://github.com/ossrs/srs/wiki/v1_EN_Ingest. For others to push to SRS, you can use RTMP(featured) or RTSP(experiment). For RTSP, please read https://github.com/ossrs/srs/wiki/v2_EN_Streamer |
Le 21/05/2017 à 6:57 AM, winlin a écrit :
For SRS to pull stream by FFMPEG from other servers, read
https://github.com/ossrs/srs/wiki/v1_EN_Ingest.
ok so since ffmpeg can pull mpeg-ts TCP this would work
For others to push to SRS, you can use RTMP(featured) or
RTSP(experiment). For RTSP, please read
https://github.com/ossrs/srs/wiki/v2_EN_Streamer
yes but this is still not mpeg-ts tcp.
And this does not address the feature request of being able to select
audio PID for the client (both for mpeg-ts udp ou tcp)
Thanks for your attention.
… —
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#861 (comment)>, or
mute the thread
<https://github.com/notifications/unsubscribe-auth/AI2nT8cTKArTfZt3C6f_kbNjrm5M1pqMks5r78RCgaJpZM4NJ8mV>.
|
So, I rename this issue title, it seems we only need to support push MPEGTS over TCP to SRS, right? With PID select feature. |
I think this feature needs more vote and research, so assign to SRS4. |
Fixed, maybe need some refactor and improve. |
Dup to #2611 , support push HTTP-TS. |
Dup to #250 |
Hello
great work on mpeg-ts udp ingest.
Two suggestions:
allow for mpeg-ts tcp ingest : ffmpeg can listen to tcp mpegts
more importantly, for mpeg-ts programs with several video and audio tracks, it would be nice to be able to select video and audio through their PID .
Wowza can do it (since 2011) : check [https://www.wowza.com/docs/how-to-select-mpeg-ts-stream-by-program-id-and-also-audio-language-by-pid] ;
maybe this is already possible ? I looked only cursorily the source code written by midok winlin and others for udp mpeg-ts .
The text was updated successfully, but these errors were encountered: