Re: [Live-devel] use livemedia transport mpeg4streame problem

2010-11-25 Thread 杨志祥
thanks.if use the encode to file,the file use "testondemandrtpserver" tansport,VLC player is GOOD.(use i frame and p frame). i have two question: 1、i look devicesource exsample,it say if use livesource,then "fDurationInMicroseconds" is no set.yes? if no,how to set it? 2、whatever livemeida rece

Re: [Live-devel] ERROR: parse buffer full; increase MAX_FRAME_SIZE

2010-11-25 Thread Ross Finlayson
Unfortunately our 'indexing' code currently works only on Transport Stream files that contain MPEG-2 video. It does not currently support MPEG-4 or H.264 video Transport Stream files. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

Re: [Live-devel] LiveMedia in a Directshow Filter

2010-11-25 Thread Ross Finlayson
Question #1: How should Notify MPEG4LiveSource::doGetNextFrame ? while(true) { fWatchVariable = 0; dummyTask(NULL); // 100 ms to awake a sleeping server. env->taskScheduler().doEventLoop(&fWatchVariable); if (fWatchVariable =1) { // How to Invoke MPEG4LiveSource::doGetNextFrame?

Re: [Live-devel] use livemedia transport mpeg4streame problem

2010-11-25 Thread Ross Finlayson
I use livemeida transport xvid mpeg4 video,i implement own mpeg4serverseesion class and owen devicesource class.I find I set xvid codec only use I frame,then use vlc play is good.but, if i set xvid codec use I frame and p frame(not use B frame) encodec,then use vlc player is abnormal.vlc onl

[Live-devel] LiveMedia in a Directshow Filter

2010-11-25 Thread Eyal Shveky
Hi, I'm trying to write a DirectShow(DS acronyms) Source Filter that will send the test.m4e (from live tests) over RTSP to VLC player. In my CRTSPFilter::Run DS method of my DirectShow filter I'm creating a new thread that follows testOnDemandRTSPServer.cpp Except it addSubsession my MPEG4Vi

Re: [Live-devel] RTSP unicast from circular buffer

2010-11-25 Thread Ross Finlayson
I'm new to the Live555 which I want to use in my project. My requirement is to stream video (H.264/AAC in TS) over the RTSP unicast. The video continuously comes in (like live) and is captured into circular buffer (either in memory or on hard disk). I check out the "testOnDemandRTSPServer" sample.

Re: [Live-devel] questions on openRTSP

2010-11-25 Thread Ross Finlayson
1. Can I use single instance of openRTSP to receive multiple video streams. No. The "openRTSP" application is intended to receive a single stream only. However, you can, of course, run the "openRTSP" application multiple times (concurrently) - each with a different "rtsp://" URL. I r

Re: [Live-devel] Windows messages processing question

2010-11-25 Thread Ross Finlayson
create a thread. Yes, you can handle your Windows messages using a separate thread from the LIVE555 event loop thread, provided that the 'Windows messages' thread doesn't also call LIVE555 code. (If, however, you want a single event loop to handle both LIVE55 events and Windows messages, th

Re: [Live-devel] Windows messages processing question

2010-11-25 Thread 44072429
create a thread. -- Original -- From: "Dmitry Petrenko"; Date: Thu, Nov 25, 2010 10:28 AM To: "live-devel"; Subject: [Live-devel] Windows messages processing question Dear all, Can somebody explain how can I process standard Windows message

[Live-devel] questions on openRTSP

2010-11-25 Thread Utkarsh Nimesh
Hi All, I am new to Live555. I have a basic questions on openRTSP. 1. Can I use single instance of openRTSP to receive multiple video streams. If yes, how? I read the FAQs and it was suggested there "Note, in particular, that you do not need multiple threads in order to transmit (or re