Hi Ross,
Thanks for the reply.
I used the following file as test.ac3:
http://www.lynnemusic.com/surround/Bjorn_Lynne-Joolis-Song-surround.ac3
Apart from this on network I saw RTCP-GOODBYE from server in reply to
RTSP-PLAY from client. The corresponding wireshark traces
[CRASH_traces.txt] are att
Re: [Live-devel] Play out PCR from gettimeofday rather thaHi Ross,
Thanks for your reply. You are quite right, the PCR is always more accurate
straight out of an encoder, so I have shelved that desperate idea which as it
turns out wasn't a problem anyway.
I have been inspecting the clips produ
On Wed, Mar 23, 2011 at 16:20, Ross Finlayson wrote:
> Hi, I'm recording videos of an Axis M 1031 camera with openRTSP, saving
>> the output to a mov file, in some cases I can't play the video with mplayer
>> or VLC, or convert it with ffmpeg, because none of them can get the
>> resolution of th
Hi, I'm recording videos of an Axis M 1031 camera with openRTSP,
saving the output to a mov file, in some cases I can't play the
video with mplayer or VLC, or convert it with ffmpeg, because none
of them can get the resolution of the mov file.
I'm not an expert on the "mov" format, so I sugges
Hello,
I'm trying to do some type of proxy with live555.
I have an IP camera that stream video+audio and I want to create a proxy that
stream the camera stream to multiple clients because the camera only accepts
one client online.
What I did is create a RTSPClient to get the SDP from the camera
Hi, I'm recording videos of an Axis M 1031 camera with openRTSP, saving the
output to a mov file, in some cases I can't play the video with mplayer or
VLC, or convert it with ffmpeg, because none of them can get the resolution
of the mov file.
openRTSP syntax used is
./openRTSP -q -w 320 -h 240 -f
How can I record a stream whcih can be played directly by QuickTime or VLC ?
You could try recording ".mp4", ".mov" or ".avi"-format files. See
http://www.live555.com/openRTSP/#quicktime
However, there's no guarantee that this will work (so please don't
complain if they don't :-)
--
Ross Fin
> You should, however, be able to use VLC (and perhaps
> QuickTime Player) to play this stream directly, from its
> "rtsp://" URL, because - in this case - the media player
Hi Ross,
How can I record a stream whcih can be played directly by QuickTime or VLC ?
is it possible to do this in those tes
I use -t option to record two streams . one is audio stream and
the otherone is video stream .
but I try to playback using VLC or other Player . two stream can
not be played . do I do something wrong ?
No, you did nothing wrong. The problem is simply that VLC cannot
play these 'raw' da
Thanks for the note.
Please send us a link to your "test.ac3" file (or send the file
itself if it is small), so we can try to replicate this crash
ourselves.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
l
Hi All ,
I use -t option to record two streams . one is audio stream and the otherone
is video stream .
but I try to playback using VLC or other Player . two stream can not be
played . do I do something wrong ?
following is my log
openRTSP -t rtsp://10.0.0.2/live.sdp
...
Setup "audio/
Hi,
I am trying to stream AC3 audio format file using Live555.
For that I have implemented a new class AC3AudioFileServerMediaSubsession.
However if I compile the code without NODEBUG=1 flag than the server
crashes with stack trace mentioned below in mail.
With NODEBG=1 flag nothing happens at s
> > where functions , " static
> HashTable* create(int keyType) and static Iterator*
> create(HashTable& hashTable) " are implemented ?
>
> They are implemented by subclasses of the (virtual base
> class) "HashTable".
>
> See, for example,
> "BasicUsageEnvironment/BasicHashTable.cpp", which defi
As per my understanding, the destination is the IP address of the
client, which is trying to play the RTSP stream ?
Yes. What else could "destination" possibly mean?
(This will be my last posting on this topic.)
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
Hi Ross,
As per my understanding, the destination is the IP address of the client, which
is trying to play the RTSP stream ?
Please confirm.
I am using the testMPEG1or2AudioVideoStreamer. And I have made changes only in
the testMPEG1or2AudioVideoStreamer.cpp (changing the "destinationAddressStr"
where functions , " static HashTable* create(int keyType) and static
Iterator* create(HashTable& hashTable) " are implemented ?
They are implemented by subclasses of the (virtual base class) "HashTable".
See, for example, "BasicUsageEnvironment/BasicHashTable.cpp", which
defines the subclass "
As per the FAQ, to modify the test*Streamer program to use unicast,
it has been mentioned that "In "test*Streamer.cpp", change
"destinationAddressStr" to the (unicast) IP address of the intended
destination".
Please tell me what exactly should be the IP address of the
destination ? Is my destin
Hi All,
when I study live555 , I have some questions .
some classes like Hashtable be defined in HashTable.hh as following .
class HashTable {
public:
virtual ~HashTable();
// The following must be implemented by a particular
// implementation (subclass):
static
Hi,
As per the FAQ, to modify the test*Streamer program to use unicast, it has been mentioned that "In "test*Streamer.cpp", change "destinationAddressStr" to the (unicast) IP address of the intended destination".
Please tell me what exactly should be the IP address of the destination ? Is my d
19 matches
Mail list logo