Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download from tv4play. #9

Closed
tester22 opened this issue Aug 23, 2012 · 8 comments
Closed

Download from tv4play. #9

tester22 opened this issue Aug 23, 2012 · 8 comments

Comments

@tester22
Copy link
Contributor

When I tried to download from TV4 play I got an error. After adding a print right before calling rtmpdump I got these parameters.
It works when I tired a clip and not an entire program. Is this a bug?

$ python svtplay-dl "http://www.tv4play.se/film_och_serier/solsidan?title=solsidan_del_6&videoid=1222589"
['rtmpdump', '-r', 'http://tv4playhds-f.akamaihd.net/z/mp4root{path}/{filename}.csmil/manifest.f4m', '-o', u'solsidan-solsidan-del-6-tv4-play.f4m', '-W', 'http://www.tv4play.se/flash/tv4playflashlets.swf', '-y', 'http://tv4playhds-f.akamaihd.net/z/mp4root/2012-07-06/pid2878830(1222589_,T3MP43,T3MP48,T3MP415,T3MP425,).mp4.csmil/manifest.f4m']
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: Unknown protocol!

$ python svtplay-dl "http://www.tv4play.se/film_och_serier/solsidan?title=bloopers_fran_solsidan_sasong_3&videoid=2205376"
['rtmpdump', '-r', 'rtmpe://cp70051.edgefcs.net/tv4ondemand', '-o', u'solsidan-bloopers-frn-solsidan-ssong-3-tv4-play.mp4', '-W', 'http://www.tv4play.se/flash/tv4playflashlets.swf', '-y', 'mp4:/mp4root/2012-07-15/20120715T155811_BloopersfrnSolsidanssong3_2205376_T6MP48_.mp4']

@spaam
Copy link
Owner

spaam commented Aug 23, 2012

what version are you using of the script? svtplay-dl --version ?

@tester22
Copy link
Contributor Author

python svtplay-dl --version
0.7.2012.07.28

@spaam
Copy link
Owner

spaam commented Aug 23, 2012

okey. it looks that they have changed how they stream the file from RTMP to HTTP Dynamic Stream.
this need some work to get it to work again. so will fix it this weekend.

@fwangel
Copy link

fwangel commented Aug 30, 2012

Any progress? SVTPlay has also started using akamaihd.net for some material, e.g. http://www.svtplay.se/video/27326/pa-haret

@spaam
Copy link
Owner

spaam commented Aug 31, 2012

i yes there is some progress. its harder then i tought it was.. need to parse some binary data then try to figure out how many files to download. i think i can get something to work before next weekend. thanks for the url btw. more stuff to test it with :)

@fwangel
Copy link

fwangel commented Sep 1, 2012

It seems like they are using encrypted Adobe HTTP Dynamic Stream so getting the fragments are not the worst part. More test data on http://www.svtplay.se/svt-play-testar

@spaam
Copy link
Owner

spaam commented Oct 26, 2012

i have pushed a fix for svtplay that works with vod videos. and i can't find a url on tv4play with HDS.

@spaam
Copy link
Owner

spaam commented Jan 19, 2013

this should be fixed now.

@spaam spaam closed this as completed Jan 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants