PDA

View Full Version : Get FLV records stream but it won't play or convert


paddyb
12-21-2014, 11:25 AM
I've been trying to record some video streams with GET FLV. It picks up the streams ok and downloads a movie sized file, but it when I try and play it with VLC I get the message:

No suitable decoder module:
VLC does not support the audio or video format "undf". Unfortunately there is no way for you to fix this.

Google suggests trying CCCP codec pack, but that didn't work. Media info only reports the file size and name, its as if there is not video there, yet the files are huge.

Any ideas?

paddyb
01-01-2015, 06:10 AM
Any ideas on this? I appear to have a movie sized .flv file on my computer, but nothing seems to play it or detect any video in it.

They are m3u8 streams.

Would this be encrypted in some way?

surya987
01-02-2015, 01:21 AM
use ffmpeg to retreive video from m3u8 link

ffmpeg -i "link.m3u8" -c copy "output.ts"

paddyb
01-02-2015, 03:02 PM
use ffmpeg to retreive video from m3u8 link

ffmpeg -i "link.m3u8" -c copy "output.ts"

Thanks for your reply.

I've given this a go, and got this error:

>ffmpeg -i http://d39wiaoiffvl5v.cloudfront.net/final/S/seaburners_850/seaburner
s.m3u8 -c copy output.ts
ffmpeg version N-65672-g65f05ef Copyright (c) 2000-2014 the FFmpeg developers
built on Aug 15 2014 22:08:53 with gcc 4.8.3 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libfreetype --enable-libgme --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-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
libavutil 54. 3.100 / 54. 3.100
libavcodec 56. 0.101 / 56. 0.101
libavformat 56. 1.100 / 56. 1.100
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 0.100 / 5. 0.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 0.100 / 1. 0.100
libpostproc 53. 0.100 / 53. 0.100
[NULL @ 0000000002bd6ac0] Unable to find a suitable output format for 'ÔÇôi'
ÔÇôi: Invalid argument

Any ideas?

paddyb
01-08-2015, 04:43 AM
Thanks for your reply.

I've given this a go, and got this error:

>ffmpeg -i http://d39wiaoiffvl5v.cloudfront.net/final/S/seaburners_850/seaburner
s.m3u8 -c copy output.ts
ffmpeg version N-65672-g65f05ef Copyright (c) 2000-2014 the FFmpeg developers
built on Aug 15 2014 22:08:53 with gcc 4.8.3 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libfreetype --enable-libgme --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-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
libavutil 54. 3.100 / 54. 3.100
libavcodec 56. 0.101 / 56. 0.101
libavformat 56. 1.100 / 56. 1.100
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 0.100 / 5. 0.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 0.100 / 1. 0.100
libpostproc 53. 0.100 / 53. 0.100
[NULL @ 0000000002bd6ac0] Unable to find a suitable output format for 'ÔÇôi'
ÔÇôi: Invalid argument

Any ideas?
Still getting this. I emailed GET FLV, but haven't had a reply from them. Can anyone help?

blimey
01-08-2015, 05:52 AM
http://d39wiaoiffvl5v.cloudfront.net/final/S/seaburners_850/seaburners.m3u8
when I try and play it with VLC I get the message:

No suitable decoder module:
VLC does not support the audio or video format "undf". Unfortunately there is no way for you to fix this.

Media info only reports the file size and name, its as if there is not video there, yet the files are huge.

Any ideas?
I get the same result. The file produced is 617MB but is not playable. It is probably encrypted. There is no key in seaburners.m3u8, so whatever player the site uses must get a key from another source, or the player otherwise understands the format of the file.

paddyb
01-10-2015, 04:52 PM
I get the same result. The file produced is 617MB but is not playable. It is probably encrypted. There is no key in seaburners.m3u8, so whatever player the site uses must get a key from another source, or the player otherwise understands the format of the file.

Thanks for trying! I'm quite new to all of this. Does this mean its the end of the road regarding that site, or is there someway of find the "key" or decrypting it?

paddyb
01-14-2015, 05:31 AM
I don't really know what I'm looking for, but I found this code on the page:

function pausePlayer() {
getFlexApp("videoplayer").pause();

Not sure if that's any help or not? I have very little understanding of this. Is it likely to be any solution to this problem?

surya987
01-14-2015, 09:31 AM
can you post actual video url from the site... so that we can look it in better way........

paddyb
01-16-2015, 05:49 AM
can you post actual video url from the site... so that we can look it in better way........
Problem is, it's a subscription site, and is only open to industry professionals. You might be able to register and play trailers for free though. Try this page, if it accepts your registration, you will see another tab Extras, and there will be a trailer there:

https://www.festivalscope.com/film/sitting-on-the-edge-of-marlene#%2Ffilm%2Fsitting-on-the-edge-of-marlene%2Fdetail

I tried to make this as an attachment, but i was over the file size limit, and also is over the limit to cut & paste into this thread. I'll try PM'ing you it.