Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

tvb.com - look at this xml please, download its mp4 rtmpe stream

(http://stream-recorder.com/forum/showthread.php?t=5392)

kissson 01-14-2010 05:54 AM

tvb.com - look at this xml please, download its mp4 rtmpe stream


 
Code:

fms.api.tvb.com/getSmil.php?source_id=32079&video_id=103854
Code:

curl "fms.api.tvb.com/getSmil.php?source_id=32079&video_id=103854"
<?xml version="1.0"?><smil><head>
<meta base="rtmpe://e1b.vdo.vip.hk3.tvb.com/vi"/><layout> <root-layout width="512" height="288"/>
</layout></head><body><switch>
<video src="mp4:/4/276/000000027560.mp4" system-bitrate="498000" dur="0:45:5.96"/>
<video src="mp4:/4/276/000000027561.mp4" system-bitrate="200000" dur="0:45:5.96"/>
</switch></body></smil>
curl: (18) transfer closed with 11 bytes remaining to read

it is mp4:
i tried
Code:

rtmpe://e1b.vdo.vip.hk3.tvb.com/vi/mp4:/4/276/000000027560.mp4
rtmpe://e1b.vdo.vip.hk3.tvb.com/mp4:/4/276/000000027560.mp4
rtmpe://e1b.vdo.vip.hk3.tvb.com/4/276/000000027560.mp4

but it is not work

i used this line and tried the above
rtmpdump-WIN32-1.6.exe -r rtmpe://file.mp4 -o output.flv


and please give a help
thank you very much

noob2001204 01-14-2010 06:13 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
First,download latest version of rtmpdump from the mplayer web-site

This command works

Code:

rtmpdump
-r rtmpe://e1a.vdo.vip.hk3.tvb.com/tv//mp4:/4/276/000000027560.mp4
-o video.mp4

Notice the bolded part,change from vi to tv and e1b to e1a makes the difference

Stream Recorder 01-14-2010 06:16 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
Try the latest version of rtmpdump that can be downloaded from the mplayer web-site.

Also I recommend you to read the following:
How do you use rtmp dump (rtmpdump tutorials)?

kissson 01-14-2010 06:18 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
how do u know it is e1a and tv ?
thanks

how do i make modification if something happens the same ?
thanks

noob2001204 01-14-2010 06:38 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
I just got lucky,e1b and vi doesn't work,so I tried other possible strings
tvb.com used "tv" as the app of the url

All videos from tvb.com work the same,change it to tv and e1a should work for all videos there

kissson 01-14-2010 07:01 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
i wonder how the flash player know to change the url

if I done the change (add tv , b -> a) by this moment
url may got change at the server side, and it is extremely hard to trial and error

noob2001204 01-14-2010 07:20 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
That's what I'm wondering too
The url inside the xml file is not correct I suppose
They probably wrote a script to recognize the real url inside the swf file

kissson 01-31-2010 12:20 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
just made a tool to download mytv on tvb
http://bird1110.blogspot.com/search?q=mytv_get

https://sourceforge.net/projects/mytvget/

noob2001204 01-31-2010 08:50 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
Quote:

Originally Posted by kissson (Post 16060)

Thanks
Is that made by you?:)

kissson 01-31-2010 06:15 PM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
yes
.............

noob2001204 01-31-2010 07:43 PM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
Quote:

Originally Posted by kissson (Post 16075)
yes
.............

How do you find the correct connect parameters?

efren 02-26-2010 08:39 PM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
excellent job kissson(mytv_get is work), but i still don't understand how can you make it. I have tried my best to understand the use of rtmpdump with mytv, the latest command line i can create is like:

rtmpdump -r "rtmpe://e1b.vdo.vip.hk1.tvb.com/vi" -W "http://img.tvb.com/tv/flash/tv_player_v3.0.swf" -t "rtmpe://e1b.vdo.vip.hk1.tvb.com/vi" -p "http://mytv.tvb.com/kids/askmasterjoe/102477#page-1" -C S: -C S:mp4:/4/248/000000024745.mp4 -C S:1261731574531661 -y mp4:/4/248/000000024745.mp4" -o "video.mp4"

but still got no luck to create the output file (only show connecting), can anyone give me some hints??

aeioo 03-16-2010 02:35 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
Thank kissson for the great work!

Unfortunately, I come late and the mytvget project page in sourceforge seems no longer accessible. Is there any other location where I can get the related files? I have searched around for any mirror without success.

joytotheworld 03-26-2010 01:02 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
can somebody please share mytv_get?

anyway I've just tried to use rtmpsuck and rtmpsrv.....it attempts to grab the mp4 file....but then it says fail to read rtmp header....does anyone have any idea on how to fix this?

I'm using the latest version of rtmpdump....

here is the file I'm trying to download, thanks.

"http://programme.tvb.com/drama/afistfulofstances/video/109198/105594"

efren 03-27-2010 01:29 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
can u post the script you used?

ranz 11-08-2010 07:31 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
*bump* any news regarding saving videos from tvb mytv?

getflv 02-09-2011 08:17 AM

Re: tvb.com - look at this xml please, download its mp4 rtmpe stream


 
Quote:

Originally Posted by ranz (Post 22843)
*bump* any news regarding saving videos from tvb mytv?

Latest GetFLV can download tvb.com videos. Please check it and give us your feedback. Good luck!!

any ANONYMOUS forum user 06-29-2011 08:09 PM

How to download videos from mytv.tvb.com?


 
Tried every recorders including GetFLV but failed.
any suggestions?

Here's a sample
http://mytv.tvb.com/drama/theothertruth/120008

It might have region restriction.

any ANONYMOUS forum user 06-29-2011 09:22 PM

Re: How to download videos from mytv.tvb.com?


 
Just tried TubeDigger 1.2.2 with recording mode on. It works.
The recording mode is quite handy for streams that can not be downloaded.


All times are GMT -6. The time now is 11:51 AM.