Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-21-2014, 12:25 PM
paddyb paddyb is offline
Junior Member
 
Join Date: Jul 2014
Posts: 12
paddyb is on a distinguished road
Default

Get FLV records stream but it won't play or convert


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?
Reply With Quote
  #2  
Old 01-01-2015, 07:10 AM
paddyb paddyb is offline
Junior Member
 
Join Date: Jul 2014
Posts: 12
paddyb is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


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?
Reply With Quote
  #3  
Old 01-02-2015, 02:21 AM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


use ffmpeg to retreive video from m3u8 link

ffmpeg -i "link.m3u8" -c copy "output.ts"
Reply With Quote
  #4  
Old 01-02-2015, 04:02 PM
paddyb paddyb is offline
Junior Member
 
Join Date: Jul 2014
Posts: 12
paddyb is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


Quote:
Originally Posted by surya987 View Post
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..._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?
Reply With Quote
  #5  
Old 01-08-2015, 05:43 AM
paddyb paddyb is offline
Junior Member
 
Join Date: Jul 2014
Posts: 12
paddyb is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


Quote:
Originally Posted by paddyb View Post
Thanks for your reply.

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

>ffmpeg -i http://d39wiaoiffvl5v.cloudfront.net..._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?
Reply With Quote
  #6  
Old 01-08-2015, 06:52 AM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


Quote:
Originally Posted by paddyb View Post
Code:
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.
Reply With Quote
  #7  
Old 01-10-2015, 05:52 PM
paddyb paddyb is offline
Junior Member
 
Join Date: Jul 2014
Posts: 12
paddyb is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


Quote:
Originally Posted by blimey View Post
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?
Reply With Quote
  #8  
Old 01-14-2015, 06:31 AM
paddyb paddyb is offline
Junior Member
 
Join Date: Jul 2014
Posts: 12
paddyb is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


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?
Reply With Quote
  #9  
Old 01-14-2015, 10:31 AM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


can you post actual video url from the site... so that we can look it in better way........
Reply With Quote
  #10  
Old 01-16-2015, 06:49 AM
paddyb paddyb is offline
Junior Member
 
Join Date: Jul 2014
Posts: 12
paddyb is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


Quote:
Originally Posted by surya987 View Post
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/s...rlene%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.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:05 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons