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

TV Asahi Direct link for RTMP

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

zarkovich123 03-01-2014 08:09 PM

TV Asahi Direct link for RTMP


 
Good 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%. :confused: :confused:

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

CristianoA 03-01-2014 08:36 PM

Re: TV Asahi Direct link for RTMP


 
use 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

zarkovich123 03-01-2014 09:37 PM

Re: TV Asahi Direct link for RTMP


 
Quote:

Originally Posted by CristianoA (Post 65040)
use 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

Thanks for the quick reply chris

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

peterpan 03-01-2014 10:43 PM

Re: TV Asahi Direct link for RTMP


 
Yeeah 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>


blimey 03-02-2014 01:48 AM

Re: TV Asahi Direct link for RTMP


 
the .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"
maybe need token or other parameter.

zarkovich123 03-02-2014 07:59 AM

Re: TV Asahi Direct link for RTMP


 
Quote:

Originally Posted by blimey (Post 65044)
the .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"
maybe need token or other parameter.

My getflv version is 9.7.2.1. It's a trial version though
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% :confused:

by the way thank you for the reply and the video :D


All times are GMT -6. The time now is 07:23 PM.