pnm can be accessed on port 80 as well as 7070. pnm://www.darrelbowen.com/videos/commercials256.rm vs pnm://www.darrelbowen.com:80/videos/commercials256.rm it still doesent work with mplayer, but it does connect :) i've also heard of an evil way if pnm:// fails on port 7070 you can sometimes use rtsp:// on port 7070 to get it working. so in theory pnm:// 7070 default, if timeout, pnm 80, if timeout, rtsp 7070. comments?
On 2004.12.25 05:20, compn wrote:
pnm can be accessed on port 80 as well as 7070. pnm://www.darrelbowen.com/videos/commercials256.rm vs pnm://www.darrelbowen.com:80/videos/commercials256.rm it still doesent work with mplayer, but it does connect :)
If pnm fails (connection refused), realplayer tries http on port 80 MPlayer now does the same (CVS version). Pleas test Ciao, Roberto
On 2004.12.25 05:20, compn wrote:
pnm can be accessed on port 80 as well as 7070. pnm://www.darrelbowen.com/videos/commercials256.rm vs pnm://www.darrelbowen.com:80/videos/commercials256.rm it still doesent work with mplayer, but it does connect :)
If pnm fails (connection refused), realplayer tries http on port 80
MPlayer now does the same (CVS version).
Pleas test
Ciao, Roberto
ok, here is a url which does not work with pnm but does with rtsp and port 7070 http://www.jerryjazzmusician.com/shop/samples/ram/lb1211a.ram >> pnm://rm.content.loudeye.com/~ll-600111/0038734_0105_00_0002.ra does not work, but this could be mplayer pnm problem... rtsp://rm.content.loudeye.com/~ll-600111/0038734_0105_00_0002.ra works... is it at all possible to have mplayer fallback to rtsp if pnm fails as well?
What about this one? Resolved? Else we should add it to Bugzilla. Diego On Fri, Dec 31, 2004 at 10:35:46PM -0500, compn wrote:
On 2004.12.25 05:20, compn wrote:
pnm can be accessed on port 80 as well as 7070. pnm://www.darrelbowen.com/videos/commercials256.rm vs pnm://www.darrelbowen.com:80/videos/commercials256.rm it still doesent work with mplayer, but it does connect :)
If pnm fails (connection refused), realplayer tries http on port 80
MPlayer now does the same (CVS version).
Pleas test
ok, here is a url which does not work with pnm but does with rtsp and port 7070 http://www.jerryjazzmusician.com/shop/samples/ram/lb1211a.ram >> pnm://rm.content.loudeye.com/~ll-600111/0038734_0105_00_0002.ra does not work, but this could be mplayer pnm problem... rtsp://rm.content.loudeye.com/~ll-600111/0038734_0105_00_0002.ra works...
is it at all possible to have mplayer fallback to rtsp if pnm fails as well?
Diego Biurrun wrote:
What about this one? Resolved? Else we should add it to Bugzilla.
ok, here is a url which does not work with pnm but does with rtsp and port 7070 http://www.jerryjazzmusician.com/shop/samples/ram/lb1211a.ram >> pnm://rm.content.loudeye.com/~ll-600111/0038734_0105_00_0002.ra does not work, but this could be mplayer pnm problem... rtsp://rm.content.loudeye.com/~ll-600111/0038734_0105_00_0002.ra works...
is it at all possible to have mplayer fallback to rtsp if pnm fails as well?
just add pnm to the list of protocols that realrtsp/rtsp.c listens to: - {"rtsp", NULL}, + {"rtsp", "pnm", NULL},
On Tue, Jun 07, 2005 at 12:07:20AM +0200, Nico Sabbi wrote:
Diego Biurrun wrote:
What about this one? Resolved? Else we should add it to Bugzilla.
ok, here is a url which does not work with pnm but does with rtsp and port 7070 http://www.jerryjazzmusician.com/shop/samples/ram/lb1211a.ram >> pnm://rm.content.loudeye.com/~ll-600111/0038734_0105_00_0002.ra does not work, but this could be mplayer pnm problem... rtsp://rm.content.loudeye.com/~ll-600111/0038734_0105_00_0002.ra works...
is it at all possible to have mplayer fallback to rtsp if pnm fails as well?
just add pnm to the list of protocols that realrtsp/rtsp.c listens to: - {"rtsp", NULL}, + {"rtsp", "pnm", NULL},
That (alone) does not help. Diego
participants (4)
-
compn -
Diego Biurrun -
Nico Sabbi -
Roberto Togni