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
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/
___
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?
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
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
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.
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
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
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
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
10 matches
Mail list logo