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

Error retrieving downloading from ffmpeg

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

Littledogs2 09-17-2014 03:10 PM

Re: Error retrieving downloading from ffmpeg


 
Can you link me to Python please, I'm getting links after links but no actual direct link lol

chap 09-17-2014 03:14 PM

Re: Error retrieving downloading from ffmpeg


 
BlueCop
cygwin work fine
:confused:
Code:

ffplay version N-58485-ga12b4bd Copyright (c) 2003-2013 the FFmpeg developers
  built on Nov 26 2013 22:01:46 with gcc 4.8.2 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  libavutil      52. 55.100 / 52. 55.100
  libavcodec    55. 44.100 / 55. 44.100
  libavformat    55. 21.102 / 55. 21.102
  libavdevice    55.  5.101 / 55.  5.101
  libavfilter    3. 91.100 /  3. 91.100
  libswscale      2.  5.101 /  2.  5.101
  libswresample  0. 17.104 /  0. 17.104
  libpostproc    52.  3.100 / 52.  3.100
[mpegts @ 02a0ad20] Could not find codec parameters for stream 2 (Unknown: none (ID3  / 0x20334449)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[hls,applehttp @ 02a006a0] Could not find codec parameters for stream 2 (Unknown: none (ID3  / 0x20334449)): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, hls,applehttp, from 'http://streaming.itunesfestival.com/auth/eu1/vod/20140916/v1/1200_256/1012882_blondie_vod.m3u8':
  Duration: 01:34:03.01, start: 75685.504000, bitrate: 0 kb/s
  Program 0
    Metadata:
      variant_bitrate : 0
    Stream #0:0: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 800x450, 23.98 tbr, 90k tbn, 180k tbc
    Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 260 kb/s
    Stream #0:2: Unknown: none (ID3  / 0x20334449)
[mpegts @ 02a0ad20] probed stream 2 failed=    0KB sq=    0B f=0/0
75714.62 A-V: -0.021 fd=  19 aq=    8KB vq=  36KB sq=    0B f=0/0

windows does not want to work:(

Littledogs2 09-17-2014 04:16 PM

Re: Error retrieving downloading from ffmpeg


 
Quote:

Originally Posted by chap (Post 70665)
try play ffplay
downloading from ffmpeg
Code:

ffmpeg -i "1012882_blondie_vod (1).m3u8" -c copy t.mkv

Thanks, that worked. Is there a way to get the higher resolution ? it's 640

Littledogs2 09-17-2014 05:10 PM

Re: Error retrieving downloading from ffmpeg


 
Quote:

Originally Posted by lesor (Post 70678)
Your (m3u8) file can download using RMC 5


RMC 5 ?

Yup, Replay Media Catcher 5 :)

Littledogs2 09-18-2014 05:22 AM

Re: Error retrieving downloading from ffmpeg


 
Yep tried RMC, iit doesn't. It plays the file through a FLVPlayer. It saves the small segments of the files, and doesn't combine them at all.

lesor 09-18-2014 12:17 PM

Re: Error retrieving downloading from ffmpeg


 
Quote:

Yep tried RMC, it doesn't


You can select the quality manual
BANDWIDTH=8756000,RESOLUTION=1920x1080

http://streaming.itunesfestival.com/...0da9a0262f7c51


Littledogs2 09-18-2014 02:22 PM

Re: Error retrieving downloading from ffmpeg


 
Bravo. Thanks, but HD version not downloading. How do I change it ?

Littledogs2 09-18-2014 04:15 PM

Re: Error retrieving downloading from ffmpeg


 
Quote:

Originally Posted by blimey (Post 70727)
Use the method shown by chap. Edit the m3u8 file and using the local copy as input to ffmpeg
1. Download m3u8 file;
h..p://streaming.itunesfestival.com/auth/eu1/vod/20140916/v1/8500_256/1012882_blondie_vod.m3u8?token=expires=1411085701~ access=/auth/*~md5=0413be32e567d83c130da9a0262f7c51

2. Edit m3u8 file with notepad;
Ctrl+H

Find what:1012882
Replace with: h..p://streaming.itunesfestival.com/auth/eu1/vod/20140916/v1/8500_256/1012882
Choose "Replace All"

Find what: .ts
Replace with: .ts?token=expires=1411085701~access=/auth/*~md5=0413be32e567d83c130da9a0262f7c51
Choose "Replace All"

3. Save edited m3u8 file and use as local input to ffmpeg.
*change all above instances of "h..p" to "http"

Thanks very much. Will that retrieve the 1920 resolution output ?

blimey 09-18-2014 04:21 PM

Re: Error retrieving downloading from ffmpeg


 
Yes, 8500_256 (8500k video, 256k audio) is 1920x1080.

h..p://streaming.itunesfestival.com/auth/eu1/vod/20140916/v1/8500_256/1012882

Littledogs2 09-18-2014 04:44 PM

Re: Error retrieving downloading from ffmpeg


 
Quote:

Originally Posted by blimey (Post 70729)
Yes, 8500_256 (8500k video, 256k audio) is 1920x1080.

h..p://streaming.itunesfestival.com/auth/eu1/vod/20140916/v1/8500_256/1012882

Perfect. Thanks very much


All times are GMT -6. The time now is 06:18 AM.