playing incoming video stream

Posted by mawia on Stack Overflow See other posts from Stack Overflow or by mawia
Published on 2010-05-30T20:23:04Z Indexed on 2010/05/30 22:12 UTC
Read the original article Hit count: 230

Filed under:
|
|
|
|

Hi! all, I am writing an application which is a kinda video streamer.The client is receiving a video stream using udp socket.Now as I am receiving the stream I want to play it simultaneous.It is different from playing local video file lying in your hard disk in which case it can be as simple as running the file using system("vlc filename").But here many issues are involved like there can be delay in receiving and player will have to wait for the incoming data.I have come to know about using vlc to run a video stream.Can you please elaborate the step for playing the stream using vlc.I am implementing my application in c++.

EDIT: Can somebody give me some idea regarding VLC API which can be used to stream a given video to particular destination and receive that stream at other end play it.

with regards, Mawia

© Stack Overflow or respective owner

Related posts about c++

Related posts about c