Hi,

I'm writing a Application, that produce a mpeg-2 transport stream with one
video inside. But the problem is, that one DVB-device can't show the
stream without a audiostream is present in the PMT. I don't have any audio
stream, but i decide to create a stream and add it to the AVformatcontext
(TS), so that a entry in the PMT is done.

audiostm = av_new_stream(focontext,1);

But with this initialization the output fails. The function
av_interleaved_write_frame (for video) returns success (0), but on the udp
output no packet are send.

Is there any thing I forgot, or must I write packets for every stream in
AVformatcontext?


Steffen


_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to