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
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
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
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)
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-
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
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 -
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