interzona / mplayer-ce

Automatically exported from code.google.com/p/mplayer-ce
0 stars 0 forks source link

Listen for UDP connections on port number #383

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. edit menu.conf:
      <e name="ATSC rtp" ok="loadfile 'rtp://@:5000'"/>
      <e name="ATSC udp" ok="loadfile 'udp://@:5000'"/>
2. Select menu choice
3. Start UDP master

What is the expected output? What do you see instead?
Expect UDP server to connect to mplayer listener / slave and decode the 
MPEG2-TS.  Instead "Opening Stream..." appears and then disappears after 
less than 1 second.

What version of the product are you using? On what operating system?
version 0.72
wii

Please provide any additional information below.

Mplayer needs to listen / wait longer for a UDP session on specified port 
number.  The UDP server will not transmit packets until MPlayer accepts 
the UDP connection.

This describes my exact setup and what I am trying to accomplish:
http://www.silicondust.com/forum/viewtopic.php?t=1924

Thanks!

Original issue reported on code.google.com by atl...@gmail.com on 21 Aug 2009 at 3:14

GoogleCodeExporter commented 8 years ago

Original comment by metaradil on 27 Sep 2009 at 6:51