Video/Audio Streaming in C?


 
Thread Tools Search this Thread
Top Forums Programming Video/Audio Streaming in C?
# 1  
Old 08-08-2005
Question Video/Audio Streaming in C?

Hi Folks,

I have just joined, and have a problem...

I am doing my thesis and need to transfer a file from server to the client, while doing that I want to stream the file ( the files being video/audio files).
I am unable to figure out abt the streaming part...if there exist any libraries to invoke a player(mplayer/xine) to stream the file while it is being transferred? Smilie

Any help is appreciated!

Thanks
-Pappu
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Red Hat

Firefox no audio on fedora while streaming video

My apology if i'm not on the right forum to post. Hope anybody out there could help me out with this problem. i'm running firefox 3.5 on fedora, then streaming video from websites like youtube produces no audio. i have flash-plugin from adobe installed on the system here is the what i have... (1 Reply)
Discussion started by: etcpasswd
1 Replies
Login or Register to Ask a Question
RTPFEED(1)							      Debian								RTPFEED(1)

NAME
rtpfeed - Feed a DVB-S card with an RTP unicast/multicast/broacast stream SYNOPSIS
rtpfeed [ --group group ] [ --port port R] [ --vpid vpid ] [ --apid apid ] rtpfeed --help rtpfeed --version DESCRIPTION
rtpfeed takes a unicast, multicast or broadcast RTP stream from a network (typically generated by dvbstream running on a server) and feeds it to a DVB-S card for decoding and display. As an RTP transport stream from dvbstream can contain multiple (up to eight) video streams and audio streams, the streams to display may be explicitly named on the command line. OPTIONS
-g, --group addr The IP address of the RTP stream. By default, this is 224.0.1.2. -p, --port portnum The IP port of the RTP stream. By default, this is 5004. -v, --vpid vpid The Video PID of the video stream to display. If none is specified, all present are fed to the DVB card. -v, --apid apid The Audio PID of the audio stream to display. If none is specified, all present are fed to the DVB card. --help display this help and exit --version output version information and exit SEE ALSO
dvbstream(1), dumprtp(1), and ts2es(1) HISTORY
Parts of this program were taken from dumprtp.c by David Podeur. AUTHORS
rtpfeed was writteb by Guenter Wildmann, <g.wildmann@it-lab.at>, with parts taken from dumprtp.c by David Podeur. This man page was written by Alastair McKinstry, <mckinstry@computer.org>. Linux 28 July 2002 RTPFEED(1)