Skip to content
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

RTP IPv4 a multi-program transport stream #49

Closed
lboue opened this issue Feb 26, 2014 · 3 comments
Closed

RTP IPv4 a multi-program transport stream #49

lboue opened this issue Feb 26, 2014 · 3 comments

Comments

@lboue
Copy link
Contributor

lboue commented Feb 26, 2014

Hello,

Could we add support for reading from a UDP or RTP IPv4 source carrying for instance a multi-program transport stream ?
Digital Devices Octopus NET - HDTV network tuner supply a MPTS (Multiple Program Transport Stream) that I want to stream with MuMuDVB.

Product: http://www.digitaldevices.de/english/Octopus_Net.html
Doc : http://download.digital-devices.de/download/octopus_net/Handbuch-DD-ONet_V100german.pdf

Regards,

@braice
Copy link
Owner

braice commented Mar 30, 2014

Hello

Why not trying first without RTP ?

In general I was thinking to implement other input forms but RTP messes
stuff a bit

2014-02-26 6:56 GMT+01:00 lboue notifications@github.com:

Hello,

Could we add support for reading from a UDP or RTP IPv4 source carrying
for instance a multi-program transport stream ?
Digital Devices Octopus NET - HDTV network tuner supply a MPTS (Multiple
Program Transport Stream) that I want to stream with MuMuDVB.

Product: http://www.digitaldevices.de/english/Octopus_Net.html
Doc :
http://download.digital-devices.de/download/octopus_net/Handbuch-DD-ONet_V100german.pdf

Regards,


Reply to this email directly or view it on GitHubhttps://github.com//issues/49
.

@m0yellow
Copy link

m0yellow commented Apr 9, 2014

basically mpts is just a udp/rtp stream with more then one channel in it.
so mumudvb in mpts mode is mumudvb minus the different multicast ips …
unfiltered mpts is just all pids of a transponder.
I can't think of a use case outside of monitoring or what mptsd already does
https://github.com/gfto/mptsd .
For monitoring there is my old feature idea of sending all pids if requested.

@braice
Copy link
Owner

braice commented Dec 14, 2014

Hello

I thought I had answered, just use the pid 8192

Regards

2014-04-09 9:55 GMT+02:00 m0yellow notifications@github.com:

basically mpts is just a udp/rtp stream with more then one channel in it.
so mumudvb in mpts mode is mumudvb minus the different multicast ips …
unfiltered mpts is just all pids of a transponder.
I can't think of a use case outside of monitoring or what mptsd already
does
https://github.com/gfto/mptsd .
For monitoring there is my old feature idea of sending all pids if
requested.


Reply to this email directly or view it on GitHub
#49 (comment).

@braice braice closed this as completed Dec 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants