hmm ... damn ...
i downloaded ffplay.exe and tried with cmd:
- Code: Select all
ffplay.exe rtp://@239.35.129.11:10000
ffplay.exe rtp://239.35.129.11:10000
ffplay.exe rtp://0.0.0.0?localport=10000
but nothing happens, how does ffplay work?
then i tried with mplayer:
- Code: Select all
mplayer.exe rtp://@239.35.129.11:10000
mplayer.exe rtp://239.35.129.11:10000
mplayer.exe rtp://0.0.0.0?localport=10000
and i get this errors:
- Code: Select all
C:\Program Files (x86)\PS3 Media Server\win32>mplayer.exe rtp://@239.35.129.11:10000
MPlayer Sherpya-SVN-r30369-4.2.5 (C) 2000-2009 MPlayer Team
Playing rtp://@239.35.129.11:10000.
STREAM_RTP, URL: rtp://@239.35.129.11:10000
Failed to connect to server
rtp_streaming_start failed
No stream found to handle url rtp://@239.35.129.11:10000
Exiting... (End of file)
C:\Program Files (x86)\PS3 Media Server\win32>mplayer.exe rtp://239.35.129.11:10000
MPlayer Sherpya-SVN-r30369-4.2.5 (C) 2000-2009 MPlayer Team
Playing rtp://239.35.129.11:10000.
STREAM_RTP, URL: rtp://239.35.129.11:10000
Failed to connect to server
rtp_streaming_start failed
No stream found to handle url rtp://239.35.129.11:10000
Exiting... (End of file)
C:\Program Files (x86)\PS3 Media Server\win32>mplayer.exe rtp://0.0.0.0?localport=10000
MPlayer Sherpya-SVN-r30369-4.2.5 (C) 2000-2009 MPlayer Team
Playing rtp://0.0.0.0?localport=10000.
STREAM_RTP, URL: rtp://0.0.0.0?localport=10000
You must enter a port number for RTP streams!
No stream found to handle url rtp://0.0.0.0?localport=10000
Exiting... (End of file)
how i hve to implement these expiriments in PSM?
thx in advance