I read Faq, but it seems that I did not pay attention much. You are right.
I modify the code , and it works perfectly .
Thanks.
Best Wishes
Novalis
PS:
Here is the modified part:
RTSPClient* rtspClient;
EventTriggerId stopTrigger;
UsageEnvironment* env;
char doEventLoopWatchVariable;
bool
Here is my a "little modified" testRTSPClient.cpp [ Check PS for
full source code].
RTSPClient* rtspClient;// global handle
void Start()
{
// Begin by setting up our usage environment:
TaskScheduler* scheduler = BasicTaskScheduler::createNew();
UsageEnvironment* env = BasicUsageEnvironment::cr
Does not work in my case
Before I create custom OnDemandServerMediaSubsession objects(which
inherits from ServerMediaSubsession) i set to a high value
OutPacketBuffer::maxSize, but
at my custom FramedSource deliverFrame() method it still complain
that newFrameSize > fMaxSize .It seems that this doe
How can I increase H264VideoRTPSink buffer size ?
Novalis
Best Wishes
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Hi,
I finally able to modify testOnDemandRTSPServer so that:
It uses my custom FramedSource...
Tests
Test One:
In order to test it:
1. I get video stream from h264 ip camera using OpenRTSPClient and
write each Frame to a single file[ Boolean oneFilePerFrame = True]
for 100
James,
You can parse sprop parameters in order to get meaningfull stream
info [ stream width, height etc] if you need.
You can get details from here:
http://stackoverflow.com/questions/6394874/fetching-the-dimensions-of-a-h264video-stream
Best Wishes
Novalis
2012/1/31 Ross Finlayson :
> After
I want to create my custom FramedSource based on "DeviceSource" model.
Suppose that
-- I have a shared global queue, call it IncomingQueue.
-- IncomingQueue is FIFO queue.
-- IncomingQueue.getNextFrame() -->return new Frame
-- Frame.getData() return usigned char data
-- Frama.getDataSize() re
Well, I create a new class which is subclass of
"OnDemandServerMediaSubsession"
[ call it MyCustomServerMediaSubsession] which overrides the
"createNewStreamSource()" and "createNewRTPSink()". methods.
But the original code at testOnDemandRTSPSource for h264 is
// A H.264 video elementary str
Hi,
I want to stream .h264 encoded stream in a .MP4 container.
So i investigate testOnRTSPServer.cpp example.
Basically it can sucessfully stream h264 raw stream[ i used VLC as a client].
[ H265 raw stream file ] --input---> testOnRTSPServer
I know how to get/extract h264 raw stream i
As a user of your library, i have some problems with your RTSPClient
while integrating it to my app.
So i decide to write my "pains" and my "ideal" client example for testRTSPClient
-- What i need to create client? Do i have to know "env" or "task scheduler?
string rtspUrl = "rtsp:///video.h
Well, actually i do not decode h264 stream but just need width, height info...
For h264 stream, here is simple buggy parser which gets width height
from fSpropParameterSets...
Maybe someone also need a starting point for parsing those data...
Best Wishes
How To Use:
So in desribe response if
Hi,
I check video stream width height from subsession
scs.subsession->videoHeight(), scs.subsession->videoHeight()...
They give me right dimesions for server which desribe response include
"a=x-dimensions:%d,%d", &width, &height)"...
But they give wrong value ( 0) for server which does NOT i
Well,
I make my test on testRTSPClient example
It has method shutdownStream(RTSPClient* rtspClient, int exitCode)
in which I delete exit(exitCode); statement
and put env.reclaim() there but env.liveMediaPriv != NULL as I said before
How to modify testRTSPClient example shutdownstream method
Hi,
I want to simply close and delete existing UsageEnvironment and
shutdown method without "exit"...
What I do so far is:
1. First : reclaim method
env.reclaim(); but this does NOT delete the enviroment since
env.liveMediaPriv != NULL...
Of course i can set iveMediaPriv to NULL manually, b
Thanks...
You are right It is not a good idea to ignore RTCP corrections...
I have no problem with viewing...I just push incoming streams [ since
they are from real time ip camera ] to decoder than viewer, I can see
the video
Since my rtsp source is in real time i do not insert any time-stamp or
Thanks Jeremy ..
You are right...Fool me..I make the classic mistake...
And this may cause my timestamp radical jumps...I will test it...
Best Wishes
2011/12/22 Jeremy Noring :
> On Sat, Dec 17, 2011 at 5:19 AM, 6.45 6.45.Vapuru <6.45.vap...@gmail.com>
> wrote:
>>
>> Hi
>>
>> I modify the Open
16 matches
Mail list logo