Hi VLC forum
I am trying to implement the multiple description video scheme in VLC, as described in the paper:
Frank H. P. Fitzek, Basak Can, Ramjee Prasad, Markos Katz, "Traffic Analysis of Multiple Description Coding of Video Services over IP Networks", Wireless Personal Multimedia Communications (WPMC) 2004, September, 2004
But, I have a problem in the decoder part. You don't need to read the paper to give me a hint
I have two input thread and two mpeg decoder running simultaneous, controled by VLM interface. In a standard VLC the two decoder will display the result in two different windows (vout=picture).
But I need to mix the two results into one window.
I have tried to hack __vout_Request in video_output.c, but something went wrong when two decoders writing in the same p_dec->p_owner->p_vout buffer (this is done in the decoder thread).
Do you know the reason or do you have a better solution?
Best regards,
Morten