Re: [FFmpeg-user] How to stream just audio with ffmpeg

2014-07-12 Thread Yan Brenman
Just in anticipation of one likely suggestion I tried to disable video with ffplay too: ffplay -vn rtmp://[RTMP_server_name]/live/[file_name] This didn't work either. Thanks Yan On 7/12/2014 11:12 AM, Yan Brenman wrote: Hello, I am trying to stream just audio with ffmpeg from a PC with buil

[FFmpeg-user] New streams being added endlessly

2014-07-12 Thread Matej
Hi, when running the following command: ffmpeg -i "http://live.radiohit.si:9560"; -codec copy -f mpegts udp:// 192.168.1.100:1230?pkt_size=1316?buffer_size=65535 to stream our local radio station to my PC via mpegts, it plays all right for a few minutes in the VLC player, but then starts stoppi

[FFmpeg-user] How to stream just audio with ffmpeg

2014-07-12 Thread Yan Brenman
Hello, I am trying to stream just audio with ffmpeg from a PC with built in microphone and play on the other PC with ffplay. The name of a microphone device I get with "ffmpeg -list_devices true -f dshow -i dummy" command. The command on the streaming side looks like this: ffmpeg -f dshow -i

Re: [FFmpeg-user] repair interrupted mp4?

2014-07-12 Thread Carl Eugen Hoyos
Roger Pack gmail.com> writes: > I think I've noticed that is ffmpeg is "recording" to an mp4 file, > but then the ffmpeg process is "killed" the resultant file is > corrupted/unplayable. I believe this was fixed some time ago (if encoding stops because if an error, the output file is playable)

[FFmpeg-user] repair interrupted mp4?

2014-07-12 Thread Roger Pack
Hello. I think I've noticed that is ffmpeg is "recording" to an mp4 file, but then the ffmpeg process is "killed" the resultant file is corrupted/unplayable. Anyone know of any hacks/ways to recover the video from the file? Thank you. -roger- ___ ffmpeg-

Re: [FFmpeg-user] What does this message mean?

2014-07-12 Thread batguano999
On Sat, 12 Jul 2014 05:17:32 -0700 batguano999 wrote > > >Hi >What does this message mean please? >"Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. >Set AVStream.time_base instead." > Somebody has already reported this fault 3 weeks ago, but the ti

[FFmpeg-user] What does this message mean?

2014-07-12 Thread batguano999
Hi What does this message mean please? "Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead." It is brown, not red, so I suppose it is not an error - only advisory. Should I modify my commands? @Xubuntu:~/ffmpeg-HEAD-66558fe$ ./ffmpeg -

Re: [FFmpeg-user] Issue Crossbuilding ffplay with openembedded

2014-07-12 Thread Carl Eugen Hoyos
Rickoo hotmail.fr> writes: > Im using 2.1.1 of ffmpeg because I want to use it as a > depend to crossbuild a framework based on it, and tested > with this version, might work with recent version but > since i dont know... It appears to me that 2.1.1 does not work for you... Anyway: Please und