PDA

View Full Version : Help getting media source


justanuser
04-01-2015, 09:20 AM
Hello everyone!
I'm trying to find the media link of this video but no luck so far. Can anyone help me?

http://go.universal-music.de/tokio-hotel/light/video:365340

Thank you!

biezom
04-01-2015, 09:29 AM
Hello everyone!
I'm trying to find the media link of this video but no luck so far. Can anyone help me?

http://go.universal-music.de/tokio-hotel/light/video:365340

Thank you!

hi

livestreamer "hlsvariant://http://mediadelivery.universal-music-services.de/vod/mp4:autofill/storage/3/6/5/3/4/0/content/836/file/playlist.m3u8" best -o Feel-It-All-Making-Of.ts

hasomaso
04-01-2015, 09:33 AM
rtmpdump -v -r "rtmp://mediadelivery.universal-music-services.de:80/umusicstream" -a "umusicstream" -f "WIN 16,0,0,305" -W "http://static.universal-music.de/video/player.newest.all.swf" -p "http://go.universal-music.de/tokio-hotel/light/video:365340" -y "autofill/s/storage/3/6/5/3/4/0/content/686/file" -o "output.flv"

RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: duration 396.57
INFO: width 640.00
INFO: height 360.00
INFO: videodatarate 1464.84
INFO: framerate 25.00
INFO: videocodecid 7.00
INFO: audiodatarate 125.00
INFO: audiosamplerate 44100.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: major_brand mp42
INFO: minor_version 0
INFO: compatible_brands mp42mp41
INFO: encoder Lavf54.63.104
INFO: filesize 81120654.00
7396.946 kB / 28.61 sec (7.2%)

http://i.imgur.com/MXltRMS.png

justanuser
04-01-2015, 10:04 AM
Thank you both very much!!