Hi I'm a bit out of topic here but the argument is the same:
Do you know how to enable UDP stream using either UDPSTREAMPES and/or UDPSTREAMTS on DB7000?
Do you know how to test UDP stream using VLC?
UDPSTREAMTS does not exist on my edg image.
I tried to enable UDPSTREAMPES with the following lines in ETC/INETD.CONF:
udpstreampes stream tcp nowait root /sbin/udpstreampes udpstreampes
udpstreampes stream udp nowait root /sbin/udpstreampes udpstreampes
In ETC/SERVICES I have:
udpstreampes 31340/tcp
udpstreampes 31341/udp
Now I have TCP-listener showing:
tcp 0 0 0.0.0.0:31335 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:31338 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:31339 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:31340 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:31341 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:31342 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:31343 0.0.0.0:* LISTEN
Whilst UDP listener shows empty list.
What's next?
Thanks!
|