Added by ian stuart over 7 years ago
Hi,
I try to add HTSP support on my player.
I'd successfully integrated HTSP msg protocol, but for the last part (player) i got some problems.
For general use case of FFMPEG, it need streams in one context. But the HTSP protcol send packets for each streams.
I can have video or audio playing but not in the same time.
My entire project are based on handling one AVFormatContext
.
I'd tested to add streams with avformat_new_stream
but without success for now.
Do you have any samples somewhere for this case ?