Opened 16 years ago

Last modified 13 years ago

#1250 closed defect (invalid)

Mplayer will not play real media files from tv-video.net

Reported by: xfactor973@… Owned by: reimar
Priority: normal Component: streaming
Version: 1.0rc2 Severity: normal
Keywords: Cc: compn
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Search any of the free video offerings on tv-video.net and it seems to throw mplayer into a loop that it never returns from. The real player plugin seems to handle it fine though.

Change History (9)

comment:1 by compn, 16 years ago

this url is one of the free episodes:
http://vip.tv-video.net/index/play.php?urlid=11448&movid=643&num=4&sip=2&pid=0&check=0d258513dfedffe9c92fce3bef7ea91c

the html contains a link to:

http://vip.tv-video.net/index/smil.php?lookid=6569977&movid=643&playid=1&urlid=11448&dsn=2&sip=2&smv=c0c04a1285d665ac673527d022e8bb12

which in turn has a url with a bunch of spaces in front and behind of it:

http://server2.tv-video.net/rm/dad/dad3/dad304.rm?D41D8CD98F00B204000TFlag=1218658346&RPIN=F8054D114B6CD4F704F63B91EFEF8116

which comes up as 302 to an error.jpg file

E:\temp>wget "http://server2.tv-video.net/rm/dad/dad3/dad304.rm?D41D8CD98F00B204000TFlag=12186583
46&RPIN=F8054D114B6CD4F704F63B91EFEF8116"
--16:15:56-- http://server2.tv-video.net/rm/dad/dad3/dad304.rm?D41D8CD98F00B204000TFlag=12186583
46&RPIN=F8054D114B6CD4F704F63B91EFEF8116

=> `dad304.rm@D41D8CD98F00B204000TFlag=1218658346&RPIN=F8054D114B6CD4F704F63B91EFEF811

6'
Resolving server2.tv-video.net... 66.45.241.210
Connecting to server2.tv-video.net|66.45.241.210|:80... connected.
HTTP request sent, awaiting response... 302 Object Moved
Location: http://vip.tv-video.net/img/err/errorpath.jpg [following]
--16:15:56-- http://vip.tv-video.net/img/err/errorpath.jpg

=> `errorpath.jpg.1'

Resolving vip.tv-video.net... 92.241.172.21
Connecting to vip.tv-video.net|92.241.172.21|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,431 (4.3K) [image/jpeg]

maybe mplayer could spit out a better error message...

comment:2 by xfactor973@…, 16 years ago

The odd thing is that real player can parse that link somehow and start playing. I've tried the same thing before using the wget command to download the link. It never seems to download anything useful. I know it's streaming but shouldn't the stream be download able also?

comment:3 by compn, 13 years ago

Owner: changed from r_togni@… to reimar

comment:4 by compn, 13 years ago

Resolution: invalid
Status: newclosed, patriotact@gmail.com

this bugreport is invalid until someone gives us a url that , when put into realplayer, starts playing a video. and mplayer playing the same url cant play said video.

comment:5 by xfactor973@…, 13 years ago

Any of the url's under this "free" section will play in real player but not in mplayer http://vip.tv-video.net/index.php?newkey=serch&mod=freeshows&classid=0&page=0&orderby=movid&keyword=0&type=lookpoint

Just click on the show twice and then select the US or Europe server.

comment:7 by compn, 13 years ago

oops, btw it requires this in config:
user-agent=RMA/1.0

dumb user-agent checks...

comment:8 by compn, 13 years ago

btw sorry this took me so long to figure out. glad you stuck with it! :)

steps required:

install realplayer
get login from bugmenot.com
sniff successful playback, look at useragent
right click video , click 'play in realplayer'
go to 'edit clip info' in realplayer
copy video url
mplayer -playlist videourl

comment:9 by xfactor973@…, 13 years ago

Hey thanks! No problem. Real player in linux is kind of flaky so I was always looking for another way to play these links.

Note: See TracTickets for help on using tickets.