Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
TV Asahi Direct link for RTMPGood day!
Sorry for appearing so sudden, but I have been wondering if there is a way to find a direct link download for RTMP Stream. The site is TV Asahi. I have been trying to find an alternate method by using the RTMPTools related in the stickied thread, but turns out it detected nothing on screen (the streams.exe doesn't scan anything). Reply media catcher and Jaksta too scanned nothing Well then, I tried to google it too and downloaded getflv. But instead of downloading, it recorded the file and separated it into several parts. Still, the download stuck at 1% or 3%. Therefore, I wonder if anybody can help in finding a direct link download for RTMP Stream. Any help is appreciated. Thanks Here's the link if needed http://www.tv-asahi.co.jp/douga/play...v=42675&p=1631 |
#2
|
|||
|
|||
Re: TV Asahi Direct link for RTMPuse ffmpeg
Code:
ffmpeg -i "http://www2.uliza.jp/IF/iphone/iPhonePlaylist.m3u8?v=aa86e2d08ef499f402fb235fdccf2205&p=2383&d=750&n=1422&cpv=1" -c copy video.ts |
#3
|
|||
|
|||
Re: TV Asahi Direct link for RTMPQuote:
By the way I've installed the ffmpeg on windows when I go through the command prompt, I tried to input the template code that you gave to me. But afterwards, it replies with "invalid data found when processing input" I don't know if I put it in the wrong way, but I just replace the link of yours with mine and then type it in the cmd box. Am I doing it right or there's suppose to be a proper way of doing this? Thanks |
#4
|
|||
|
|||
Re: TV Asahi Direct link for RTMPYeeah Christiano, this is the error I get too
Code:
Microsoft Windows [Version 6.2.9200] (c) 2012 Microsoft Corporation. All rights reserved. c:\>cd ffmpeg c:\ffmpeg>ffmpeg -i "http://www2.uliza.jp/IF/iphone/iPhonePlaylist.m3u8?v=aa86e2 d08ef499f402fb235fdccf2205&p=2383&d=750&n=1422&cpv=1" -c copy video.ts ffmpeg version N-59742-gd9481dc Copyright (c) 2000-2014 the FFmpeg developers built on Jan 9 2014 22:04:35 with gcc 4.8.2 (GCC) configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --ena ble-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --e nable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib libavutil 52. 62.100 / 52. 62.100 libavcodec 55. 47.101 / 55. 47.101 libavformat 55. 22.103 / 55. 22.103 libavdevice 55. 5.102 / 55. 5.102 libavfilter 4. 1.100 / 4. 1.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 17.104 / 0. 17.104 libpostproc 52. 3.100 / 52. 3.100 [tls @ 00458260] Error in the pull function. Unable to open key file https://www2.uliza.jp/IF/iphone/iPhoneCryptKey.aspx?v=36 72770&s=0 [hls,applehttp @ 009b75a0] Error when loading first segment 'http://ex-d.tv-asah i.co.jp/suj/iphone/750/7726_3672770_20140301012935/00000000_5d61e7ba18fa96a8f726 fa4adf1adab1618db09e.ts' http://www2.uliza.jp/IF/iphone/iPhonePlaylist.m3u8?v=aa86e2d08ef499f402fb235fdcc f2205&p=2383&d=750&n=1422&cpv=1: Invalid data found when processing input c:\ffmpeg> |
#5
|
|||
|
|||
Re: TV Asahi Direct link for RTMPthe .ts fragments from m3u8 playlist are encrypted, and the crypt.key won't download.
getflv does work (see sample result of video here) on rtmpe stream. which version are you use? version i used is old. i couldn't parse the rtmpe url and get it to work with rtmpdump. it would be something like this, but this doesn't work: Code:
rtmpdump -r "rtmpe://ex-mv-fms.fmsod.stream.ne.jp/ex-mv-fms/_definst_/mp4:7726_3672772_20140301012935.mp4?di=750&pi=2383&ec=7726&vc=23a95ffa8b0e012042679fc921462164&si=407&gi=4963&gc=idol&bi=56728&bc=282&ei=635375&vi=3672772&msi=340&emb=0&sl=0&mc=null" -W "https://skupimg.hs.llnwd.net/e1/Player/2383/player.swf?d=2013082015" -p "http://www.tv-asahi.co.jp/douga/player.php?e=7726&v=42675&p=1631" -o "7726_3672772_20140301012935.flv" |
#6
|
|||
|
|||
Re: TV Asahi Direct link for RTMPQuote:
I've been trying to experimentate on my flash player. Last try is that I managed to rtmp record the first 2 minutes of the show. But then as usual, it stopped at 6% by the way thank you for the reply and the video |
Tags: rtmp |
Thread Tools | |
Display Modes | |
|
|