-
Notifications
You must be signed in to change notification settings - Fork 2
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
MpegTS to UDP #4
Comments
This version of code is only a protoype client (ready only) for MpegTS. That said, with some work, you could use it to take a raw H.264/5 stream and encapsulate it in a MpegTS packet stream that could be sent UDP, TCP, or to file. The use case that spurred the creation of this prototype library was to consume a UDP stream. |
By this way I send to 380 Mbit/s, how could I improve this code ? string tsFile = @"E:\dvb\dvb_lib\27.ts";
|
There is a way to stream MpegTS to UDP ?
The text was updated successfully, but these errors were encountered: