You can simulate using netcat:

nc -l 6666


Thanks

2010/5/25 Gnu Dev <[email protected]>

> I have other app listen on port 6666.
>
> 2010/5/25 Luca Abeni <[email protected]>
>
> On Tue, 2010-05-25 at 09:35 -0300, Gnu Dev wrote:
>> > Hi,
>> >
>> > I want to simulate using libav* :
>> >
>> > ffmpeg -i input.avi -f flv -an -vbsf h264_mp4toannexb
>> "tcp://localhost:6666"
>> >
>> > I have problem to encode frame. I attach source code
>>
>> The attached code does not even compile. Once I fix it to compile, the
>> program fails because it tries to open "tcp://localhost:6666" for
>> output, but noone is listening on that port.
>>
>>
>>                                Luca
>>
>> _______________________________________________
>> libav-user mailing list
>> [email protected]
>> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>>
>
>
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to