Hi,
I am receiving audio and video rtp streams using RTSP and filling two queue
from audio and video buffersink , after this I am playing the video and audio
from these queues using directshow, how can I synchronize audio and video while
playing.
Regards
Aditya
"DISCLAIMER: This message is pr
Thanks for reply ,As I have told I am using livemedia for streaming .I have
used playcomman.cpp for writing a RTSP client. My steps for testing the play
pause functionalities are:
TestCase(1)
With Live555server
1)play
2)Pause
3)Play
Result :fine
TestCase(1)
With VLC latest server
1)play
2)Pa
I have written directshow filter for receiving streams.I have encapsulate
playcomman.cpp in my code. I am able to play the stream I have spawn a thread
startStreaming
{
Watch = 0
Spawn the Thread
}
Thread
{
startPlayingStreams();
env->taskScheduler().doEventLoop(&watch)
}
In stopStreaming(
I have written RTSP directshow filter on the lines of openRTSP. How can I stop
streaming (Teardown) ?
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson
Sent: Wednesday, January 21, 2009 3:52 AM
To: LIVE
Does openRTSP support H.264 streaming, I am using VLC latest version as
streaming server.
Regards
Aditya
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Aditya Vikram
Sent: Monday, January 19, 2009 1:04 PM
To
Hi I have written a DirectShow filter using playcomman.cpp program .
Basically I want to support mpeg4, h264 and h263 in my filter ..I have
implemented my filter as a RTSP client as well as simple RTP receiver (in this
case SDP is set by another element not part of filter).Filter (RTSP based
Hi all,
Does addata () function of filesink writes one complete frame in to the file ?
Aditya
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for
the use of the individual to whom it is addressed. It may contain privileged or
confid
Hi Ross,
I am a novice programmer.I am doing video streaming over
WAN(using TCP).I am testing mpeg4 video with 25fps and 100kb bitrate.I was
getting very jerky stream on client side.When I tested I found error 10035 on
server.So I increment the os buffer size from 50kb to 128 kb.N