cornel90 / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
0 stars 0 forks source link

create thumbnail from rtmp link #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

We are trying to create thumbnail as shown below 

ffmpegthumbnailer -i "rtmp://xxxxxxx/mp4:Jxxxxx.mp4" -o /root/Desktop/raghu.jpg

I am getting error as shown below 

Error: Could not open input file: rtmp://xxxxxxx/mp4:Jxxxxx.mp4 

could any one help me 

What is the expected output? What do you see instead?
automatically generating thumbnail form rtmp server URL links

What version of the product are you using? On what operating system?
Ubuntu 

Please provide any additional information below.

Original issue reported on code.google.com by raghaven...@gmail.com on 8 Oct 2011 at 5:55

GoogleCodeExporter commented 9 years ago
I was able to create a thumbnail from an rtmp stream. You can not seek in an 
rtmp stream however.

Does ffplay rtmp://xxxxxxx/mp4:Jxxxxx.mp4 work?

Original comment by dirk.vdb on 26 Oct 2011 at 7:16

GoogleCodeExporter commented 9 years ago
Hi,
it is getting error message 

rtmp:servername:vide_filename.mp4 :no such file or directory

is there any alternative method ??

Original comment by raghaven...@gmail.com on 27 Oct 2011 at 2:43

GoogleCodeExporter commented 9 years ago
I tried this and it worked

ffplay 
rtmp://streaming.music.indiana.edu:1935/onDemand/mp4:media/20090327_VarRussianTh
eme-h264-480.m4v

If it doesn't work for you, you should check if the necessary option where used 
to compile your version of ffmpeg. 

Original comment by dirk.vdb on 28 Oct 2011 at 8:04

GoogleCodeExporter commented 9 years ago
i don't know i am new to this ffmpeg ..!!

I have another link in the form of http protocol (eg:http://xxxxx/xxx.mp4)

could I use this http link to generate thumbnail .

plz help me

Original comment by raghaven...@gmail.com on 28 Oct 2011 at 8:23

GoogleCodeExporter commented 9 years ago
Hi,

I am try this 

ffmpegthumbnailer -i "rtmp://xxxxxxx/xxxx" -o /output/jshot.jpg

run on terminal 
command not found error

using php exec() function
no errors but not generated thumbnail

Original comment by testcomm...@gmail.com on 10 Feb 2012 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 25 Aug 2012 at 10:52