Hi Ross,
On Wed, 24 Apr 2024 at 19:26, Ross Finlayson wrote:
>
>
> > On Apr 24, 2024, at 1:46 PM, Flavio Alves <
> flavio.al...@vitalintelligencedata.com> wrote:
> >
> > My first implementation uses the approach you mentioned. I implemented
> it using x264 and it worked fine.
> >
> > But my requ
> On Apr 24, 2024, at 1:46 PM, Flavio Alves
> wrote:
>
> My first implementation uses the approach you mentioned. I implemented it
> using x264 and it worked fine.
>
> But my requirement is to use the Nvidia Jetson Nano hardware encoder. Nvidia
> provides an API to handle the encoder. This
Hi Ross,
Thank you for your response.
Indeed ... I'm struggling with the latency challenge.
My first implementation uses the approach you mentioned. I implemented it
using x264 and it worked fine.
But my requirement is to use the Nvidia Jetson Nano hardware encoder.
Nvidia provides an API to ha
> On Apr 18, 2024, at 1:07 PM, Flavio Alves
> wrote:
>
> Hello,
>
> I'm working on a live streaming service using Live55 using an Nvidia Jetson
> Nano board.
>
> I'm capturing the frames from an USB webcam and I am encoding using Nvidia's
> hardware encoder. Then Live555 is responsible for
I believe I have found a solution.
I implemented a strategy where my circular buffer keeps waiting until a new
frame arrives, similar to a blocking socket read operation. Then everything
goes well.
Then I do not need to worry about the variables anymore, just like expected
from a DeviceSource.
B
Hello,
I'm working on a live streaming service using Live55 using an Nvidia Jetson
Nano board.
I'm capturing the frames from an USB webcam and I am encoding using
Nvidia's hardware encoder. Then Live555 is responsible for streaming this
capture using RTSP.
The Nvidia software api to use the enco
> On Feb 11, 2020, at 10:59 PM, Siddhant Agarwal
> wrote:
>
> Hi,
>
> I am using Live555 Proxy Server for multiple RTSP urls.
>
> Eg: live555proxyserver rtsp://abc rtsp://def rtsp://xyz
>
> I want to stop one of the RTSP proxy URL .ie. rtsp://def proxy should be
> stopped whereas the proxy
Hi,
I am using Live555 Proxy Server for multiple RTSP urls.
Eg: live555proxyserver rtsp://abc rtsp://def rtsp://xyz
I want to stop one of the RTSP proxy URL .ie. rtsp://def proxy should be
stopped whereas the proxy for the other two url should continue
uninterrupted. Pressing Ctrl + C stops the
Hi,
I have been using Live555 tools to deliver RTSP from h264 and AAC streams
or from mp4 file with very satisfied results. My ultimate client is Apple
mobile devices. As we know, Apple accepts only HTTP Transport Streaming (TS).
Live555 tool can do that. I have downloaded Live555 test
Thanks for the help. I was also able to stream the .mp4 files (created
with the -4 switch) if I renamed them to .m4e, but again with no trick play
functionality.
I shall attempt your solution to convert the .m4e files to TS files and
report back with my results.
On Wed, Aug 17, 2016 at 12:19
> I just ran a test with the command line in the original post, and what I find
> out is that files with no extension are created
OK, so those are MPEG-4 Video Elementary Stream files.
You can stream these files - as is - from our “LIVE555 Media Server” if you
give each file a “.m4e” filename e
Hi Ross,
I spoke with our engineer and I had the command line wrong. The command
line he was using indeed had the '-4' switch.
I just ran a test with the command line in the original post, and what I
find out is that files with no extension are created:
-
> The given openRTSP command generates a folder full of files with the .mp4
> extension.
Looking at our code, I don’t see how that can happen unless you also gave
“openRTSP” the “-4” option.
Could you please rerun “openRTSP” once again, this time *without* the “-V”
option (so that you get full
The given openRTSP command generates a folder full of files with the .mp4
extension. We have to rename them to .m4e in order for live555MediaServer
to stream them. :)
Here are the properties of the files as reported by avprobe:
$ avprobe output-0-00060.mp4
avprobe version 11.7, Copyright (c
We are using openRTSP to save segments of video from security camera files. So far, that is working beautifully. We use the command:openRTSP -V -P 60 -u -v rtsp:///path/to/videoThis creates a folder full of .mp4 files.Actually, those won’t be “.mp4” files. If your video stream is MPEG-4 video,
> We are using openRTSP to save segments of video from security camera files.
> So far, that is working beautifully.
>
> We use the command:
>
> openRTSP -V -P 60 -u -v rtsp:///path/to/video
>
> This creates a folder full of .mp4 files.
Actually, those won’t be “.mp4” files. If your vide
Hello,
We are using openRTSP to save segments of video from security camera
files. So far, that is working beautifully.
We use the command:
openRTSP -V -P 60 -u -v rtsp:///path/to/video
This creates a folder full of .mp4 files.
We have a need to stream these .mp4 files complete with smooth
> I want to stream multiple webcams at the same time and so, I create new
> thread for each of them.
Please read
http://live555.com/liveMedia/faq.html#threads
Note that you can have a separate thread for each webcam *only if* these
threads do not call any LIVE555 functions, *except* “t
Hi
I use live555 to stream webcams with using ffmpeg for encoding them.
I use project in below link that it uses ffmpeg + live555 for encoding and streaming :
https://github.com/alm865/FFMPEG-Live555-H264-H265-Streamer
I want to stream multiple webcams at the same time and so, I create new thread
> My Scenario is like below,
> Device1(Camera) ---> NAT(Router) -> Internet ---> Device2.
>
> Device2 wants to initiate a streaming request to Device1 using
> openRTSPclient. It is not possible to make since Device1 is in private
> network.
> I googled it, I found it is possible using -R option
Title: Samsung Enterprise Portal mySingle
Hi ,
I am trying to create a setup for remote streaming.
My Scenario is like below,
Device1(Camera) ---> NAT(Router) -> Internet ---> Device2.
Device2 wants to initiate a streaming request to Device1 using openRTSPclient. It is not possible to
On Oct 17, 2013, at 6:34 PM, yuke sun wrote:
> It seems that live555 support RTSP 'trick play' operations for some media
> types.
> Recently when I attempt to stream a mkv file through live555, i found VLC
> player's functionality of trick play doesn't work well. When i seeked to
> time 1:00
It seems that live555 support RTSP 'trick play' operations for some media
types.
Recently when I attempt to stream a mkv file through live555, i found VLC
player's functionality of trick play doesn't work well. When i seeked to
time 1:00, it got data correctly(this means live555 has seeked to the
Dear Ross,
I already have begotten Video mp4 with openRTSP before posting to the forum.
I need to know how to access the buffer and size after using
QuickTimeFileSink, just that!
Thanks
2013/9/5 Felipe Lemos
> Because I need to send a UDP bytes captured encapsulated in MP4.
> Write in file is
Because I need to send a UDP bytes captured encapsulated in MP4.
Write in file is for testing purposes only.
Needed to know if the VLC played the bytes from the stream rtsp.
I need to get the rtsp bytes, encapsulated in MP4 and send directly by UDP.
Need bytes and the number of bytes received for
> Using the class QuickTimeFileSink, how to access the buffer and the number of
> bytes captured RTSP.
> DummySink this information are fReceiveBuffer and frameSize. I need access to
> this data!
Why? The "QuickTimeFileSink" class automatically writes its incoming data into
a (MOV or MP4-forma
Ok Ross, thank you for explanations.
Last question!
Using the class QuickTimeFileSink, how to access the buffer and the number
of bytes captured RTSP.
DummySink this information are fReceiveBuffer and frameSize. I need access
to this data!
Thanks
*Felipe Lemos
**Graduate in Computer Science*
*M
> I looked at the code openRTSP.
> I changed the code of testRTSPClient adding QuickTimeFileSink :: createnew.
> But the video does not play generated.
>
> Code
>
> //scs.subsession->sink = DummySink::createNew(env, *scs.subsession,
> rtspClient->url());
> qtOut =
Ok Ross,
I looked at the code openRTSP.
I changed the code of testRTSPClient adding QuickTimeFileSink :: createnew.
But the video does not play generated.
Code
//scs.subsession->sink = DummySink::createNew(env, *scs.subsession,
rtspClient->url());
qtOut = QuickTimeFileSink::creat
Use "QuickTimeFileSink" instead of "DummySink". See the "openRTSP" code for
guidance.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-de
But I need to integrate this system into another project.
openRTSP has more features than I need.
I need to capture the video rtsp bytes, encapsulated in MP4, and send UDP.
I believe testRTSPCliente approaches what I need.
Everything is ready, but the video does not play in any player.
Any sugge
The data in "fReceiveBuffer" (for the "video/H264" stream) is a 'raw' H.264 NAL
unit. So you can't write it directly to a ".mp4"-format file.
Instead, I suggest that you use the "openRTSP" application - see
http://www.live555.com/openRTSP/ Note that it has an option "-4" for writing
'stdout'
*I'm capturing a stream from a camera H264, output:*
Stream "rtsp://192.168.0.93/live1.sdp/"; audio/G726-32: Received 1000
bytes. Presentation
time: 1378214178.942223!
Stream "rtsp://192.168.0.93/live1.sdp/"; video/H264: Received 9263
bytes. Presentation
time: 1378214179.640553!
Stream "rtsp://192
I absolutely will NOT unsubscribe you myself, because you have committed two
violations of basic email 'netiquette'. Everyone should know this before they
use email.
First, you replied to a 'digest' while quoting the entire digest - i.e.,
without trimming your email.
Second, one NEVER unsubsc
I decided to go with ffmpeg instead. So since I'm not using you guys and
probably wouldn't be much help when it comes to helping other people solve
their problems either, I'd like to unsubscribe.
Thank you!
Matt
On Fri, Feb 22, 2013 at 7:16 PM, wrote:
> Send live-devel mailing list submission
> I use the test program openRTSP to visitor remote RTSP server, after
> openRTSP send command "PLAY", the RTSP server return many RTP packet, but
> openRTSP process can't process those packet, and openRTSP's cpu usage 50%.
> please help me!
You realize, I hope, that "openRTSP" doesn't decode
I use the test program openRTSP to visitor remote RTSP server, after openRTSP
send command "PLAY", the RTSP server return many RTP packet, but openRTSP
process can't process those packet, and openRTSP's cpu usage 50%. please help
me!
command Line:
openRTSP.exe -t rtsp://svn.119bk.com:554/0/88
Rather than trying to detect when the RTSP connection closes (which isn't
reliable, and might not happen for a long time after the server disappears), a
better solution is to arrange for a timer to expire if no data arrives within a
certain period of time (e.g., 1 second). This will also detect
Dear All,
Background:
I am using the camera which is a RTSP server which streams the MPEG4 video.
On the other hand I am using linux based small embedded system which is a RTSP
client.
The LIVE555 streaming media libraries are used to write a small application
which can record the camera video
> I am using the LIVE555 livemedia library for my camera recording development.
>
>
> I have a problem.
>
> 1. I started camera recording – recording in progress
> 2. Camera powered off – the RTSP connection got closed. (monitored
> through net stat)
> 3. Program is not c
Dear All,
I am using the LIVE555 livemedia library for my camera recording development.
I have a problem.
1. I started camera recording - recording in progress
2. Camera powered off - the RTSP connection got closed. (monitored
through net stat)
3. Program is not come out t
> Point#1 I need to give VLC converted UDP/RTP stream to testOnDemandRTSPServer
> and need to generate RTSP stream.
I'm sorry, but I can't understand what you're asking here. Please reword your
question to explain in detail what you want to do.
> Point#2 Can I change port 8554 to 554 in testO
Hi,
Point#1I need to give VLC converted UDP/RTP stream to testOnDemandRTSPServer
and need to generate RTSP stream.
Is this solution workable?
Point#2Can I change port 8554 to 554 in testOnDemandRTSPServer.cpp. if yes then
how? I tried to change it in
line RTSPServer* rtspServer = RTSPServer::
change it?
Regards,Henrique
De: Ross Finlayson
Para: LIVE555 Streaming Media - development & use
Enviadas: Quarta-feira, 7 de Março de 2012 0:37
Assunto: Re: [Live-devel] Help with RTP/RTCP relay implementation
I am creating an RTP/UDP relay that encrypts
> I am creating an RTP/UDP relay that encrypts raw MPEG2TS streams. On the
> incoming side I used an RTPSource plus an RTCPInstance in client mode and on
> the outgoing side I used an RTPSink and an RTCPInstance in server mode.
>
> The encrypting function is implemented in a subclass of framed
I am creating an RTP/UDP relay that encrypts raw MPEG2TS streams. On the
incoming side I used an RTPSource plus an RTCPInstance in client mode and on
the outgoing side I used an RTPSink and an RTCPInstance in server mode.
The encrypting function is implemented in a subclass of framed filter wh
Hi,
I have got an stream playing in one machine using http:// address
(http://xxx.xxx.xxx.xxx). (Stream input is given from content server to this
machin by phyical audio link connectivity and media is playing in windows media
player by fetching open URL option and giving http://)
I need to fe
Double check the SPS and PPS ? If they are wrong, you won't see video...
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of doherty pete
Sent: Thursday, January 13, 2011 12:31 AM
To: live-de...@ns.live555.com
Subject: [Live-devel] help rts
i write rtsp server myself
Are you using our RTSP server implementation (and if not, why not? :-)
[0x90b3e40] live555 demux warning: no data received in 10s. Switching to TCP
i got the client port 48228-48229,48228 is the rtp port and 48299 is
the rtcp port, right?
i have send the rtp data
i write rtsp server myself,and play with vlc: vlc -vvv
rtsp://192.168.0.107:5554/TestSession
and log is
Sending request: OPTIONS rtsp://192.168.0.107:5554/TestSession RTSP/1.0
CSeq: 1
User-Agent: VLC media player (LIVE555 Streaming Media v2010.02.10)
Received OPTIONS response: RTSP/1.0 200 OK
CS
Thanks for your answers.
Dom:I'm connected to Router SpeedTouch 585 through a Switch D-link
DES-1008D.
Ross: Sorry for the misunderstanding, I wasn't asking about VLC, I was just
pointing that out in case it helped.
The problem is that I don't know if I'm doing it correct, if I am really
tra
Can you describe the network topology a little: routers often need a little
priming to support mcast...
Dom
-Original Message-
From: "Marta Gros Marín"
Date: Wed, 28 Apr 2010 09:17:15
To:
Subject: [Live-devel] Help with multicast
__
I have some questions about multicast that hope someone can help me with.
I need to transmit a mpeg4 video using multicast and for doing that
I'm using the "-m" option in wis-streamer.
Doing that and using Wireshark I can see the multicast packets but
if I try to watch the video connecting to t
Hi to everyone,
I have some questions about multicast that hope someone can help me with.
I need to transmit a mpeg4 video using multicast and for doing that I'm
using the "-m" option in wis-streamer.
Doing that and using Wireshark I can see the multicast packets but if I try
to watch the video
"sendfile()" sends its data over a 'stream' socket, which - in an IP
network - means TCP, not UDP. It is therefore completely irrelevant
for RTP/RTCP streaming, which is datagram-based.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
__
Hi,
I was going through the optimizations possible in media servers and found
out the sendfile() api in linux very interesting.
I want to try out this on the live555 media server application.
I found out from the code that live555 uses read and write system calls to
transfer data from the disk to
Because I am a jackeroo,so many questions(may be too sample)are diffcult for me
to solve.At present I want to change the stream of MPEG1or2,to add some bits
into the data segment of extension & user data.which part should I modify? and
how to replace the primary RTP source with the modified RTP
On Thursday 25 June 2009 10:35 pm, Muhammad Bilal wrote:
> Hi Everyone!
>
> I'm writing Xvideo streamer. I've written my own Video source file derived
> from FramedSource and I'm using MPEG4VideoStreamDiscreteFramer and
> MPEG4ESVideoRTPSink. I'm using VLC player to receive stream. The problem is
>
Hi Everyone!
I'm writing Xvideo streamer. I've written my own Video source file derived
from FramedSource and I'm using MPEG4VideoStreamDiscreteFramer and
MPEG4ESVideoRTPSink. I'm using VLC player to receive stream. The problem is
that receiver shows only first frame correctly and gradually this f
送时间: 2008年12月4日 14:08
收件人: LIVE555 Streaming Media - development & use
主题: Re: [Live-devel] Help me to solve a trouble!
Why don't you use ./genMakefiles linux ?
It may quite solve your dependency issue.
Guillaume.
By the way, ld is not a directory, it's an executable (man
Why don't you use ./genMakefiles linux ?
It may quite solve your dependency issue.
Guillaume.
By the way, ld is not a directory, it's an executable (man ld sure helps :)
)
2008/12/4 <[EMAIL PROTECTED]>
> When I built the code on LINUX, I got the Makefile by running
> ./genMakefiles solaris, B
When I built the code on LINUX, I got the Makefile by running ./genMakefiles
solaris, But when make was run, error came forth when the compiler went into
/live/testProgs and compiled testMP3Streamer. The error is described as follows:
/usr/bin/ld: cannot find �Clsocket.
In fact, there is no di
I'm trying to use the live555 streaming media to stream video
that we are capturing to file from a camera.
The camera encodes (mpeg4) the video and writes it to a file. At the
same time live555 is reading from that file and streaming the video
over RTSP. The problem we are having is that the
Hello,
I'm trying to use the live555 streaming media to stream video that we are
capturing to file from a camera.
The camera encodes (mpeg4) the video and writes it to a file. At the same
time live555 is reading from that file and streaming the video over RTSP.
The problem we are having is that
Hi,
I must create an application that take the input from a stream (for example
testOnDemandRTSP output) and server becomes!
In others words, I am the client of testOnDemandRTSP, but before I must become
server! My purpose is to dispose of most traffic between host sharing the
stream!
How to?
Hello Ross,
Is the anyway I can display the received data on the receiving side??for
example, if im transmitting a video file from mpegstreamer, can I view it in
the mpegreceiver window???
Thank You.
DISCLAIMER:
This email (including any attachments) is intended for the sole use of the
inten
, 2008 2:30 AM
To: 'LIVE555 Streaming Media - development & use'
Subject: Re: [Live-devel] Help with link error
Hi Melvin
You could... add the command line parameter as the parameter for debugging in
VS2005, then start RTSP.exe from within VisualStudio and step through the code
(
I knew that my server was not responding
Your server *was* responding. It was responding with a "404 Not
Found" error message.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
h
ilto:[EMAIL PROTECTED] On Behalf Of Melvin_Raj
Sent: Wednesday, August 06, 2008 8:03 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Help with link error
Hyee Roland,
Thank you for your help..managed to solve the errors and learn new thing at
the same time.now
Hi Ross,
I knew that my server was not responding , but i wanted know the method in
which the server (axis camera) is called. when i trace the code READSOCKET()
function was not responding with this i was sure that there is some
commincation problem between server and client.
Thanks
Sham
200
Pvt. Ltd.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson
Sent: Thursday, August 07, 2008 2:36 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Help with openrtsp
I have an mpeg streamer device (axis camera) which deliv
I have an mpeg streamer device (axis camera) which delivers a stream
via RTSP..I have downloaded source code from live555 website and
built an openRTSP.exe using visual c++.
When i try to run this openRTSP with an ipaddress it gives an error
" Failed to get a SDP description from URL
"rtsp://
example that
I can see(the print screens perhaps)??i want to see how it works..thank you :)
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roland
Sent: Thursday, August 07, 2008 2:36 AM
To: 'LIVE555 Streaming Media - development & use'
Subject: Re: [Live-devel] Help w
Hi there,
I think you might have an error in your calling URL to get the RTSP stream.
If you take a look at the axis api
http://www.axis.com/techsup/cam_servers/dev/cam_rtsp_api.php , they say that
the URL looks like rtsp:///mpeg4/media.amp. So your URL should
be rtsp://128.197.178.104/mpeg4/media
Hi all,
I have an mpeg streamer device (axis camera) which delivers a stream via
RTSP..I have downloaded source code from live555 website and built an
openRTSP.exe using visual c++.
When i try to run this openRTSP with an ipaddress it gives an error
" Failed to get a SDP description from URL "rt
Hyee Roland,
Thank you for your help..managed to solve the errors and learn new thing at the
same time...now im getting another error when running the openrtsp program from
command line:
[cid:image002.png@01C8F87D.1737EA40]
What do I have to do??thank you for your help...do have a working exam
ay, August 05, 2008 7:22 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Help with link error
Hello..thank you for your help.I managed to reduce the errors down to 3!! J
1>-- Build started: Project: rtsp, Configuration: Debug Win32 --
1>Com
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roland
Sent: Wednesday, August 06, 2008 2:24 AM
To: 'LIVE555 Streaming Media - development & use'
Subject: Re: [Live-devel] Help with link error
Hi Melvin
Do a FindInFiles for the symbols that aren't being resolved, e
esolved symbols. e.g. class "Locale" is defined
in "liveMedia\Locale.cpp"...
cu
Roland
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Melvin_Raj
Sent: Tuesday, August 05, 2008 3:04 AM
To: live-devel@lists.live555.com
Subject: [Live-devel] Help with link error
helloim new to this forum...im trying to build live555's test prog,
specificly the openrtsp...i am able to build the mpegsender,mp3sender and
receiver respectively witout any errors but when i try to build openrtsp, i get
the following errors:
1>-- Rebuild All started: Project: rtsp, Co
Hi all,
I have compiled openRTSP in windows.On executing the openRTSP.exe, I get
an error The ordinal 1346 could not be located in the dynamic link
library COREDLL.dll.Can anybody help me?
Thanks in Advance,
Babitha
___
live-devel mailing list
live-de
Hi all,
I am new to this RTSP project , which i am assigned to do the project on
the RTSP ..
I have start with the simple client server code .. so please help me in
doing so .
--
With regards
Prasad
___
live-devel mailing list
live-devel@lists
I think (though am not 100% sure) that MPEG-4 "short header" video is
the same as H.263 video. If so, you should be able to use our
existing "H263plusVideoStreamFramer" and "H263plusVideoRTPSink"
classes to stream them.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
Hi,
I am trying to use live555 server on Texas instrument's DM355 platform.
It runs on montavista linux. I was able to compile and run
live555mediaserver. Everything works as described. The problem I am
facing is that the MPEG 4 files created by on board MPEG 4 encoder on
Dm355 fails to stream. On
Hey everyone,
I have posted on this list but never get a response. Please if someone can help
me ?
I am getting following errors when i build the Live555 library on VS2005 and
windows vista.
1>Generating Code...
1>Compiling manifest to resources...
1>Linking...
1>MSVCRTD.lib(crtexew.obj) : err
Hey everyone,
I am working on a project in which i want to stream videos over LAN. I have
understood the working by creating a working prototype of the model. In the
prototype i have used some existing directshow filters like the Morgan RTP
filter and Lead H.264 codecs filters. I have embedded t
hello
can i use morgan rtp filter on the pda
think you
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
hello
i want to do a programme in c++ for capture video from camra pda and send
it live to a pc. i use directshow librery i did my graph and i preview the
video but the probleme how can i sen it in live to a pc
can you help me
think you
___
live-devel ma
I am new to Live555. I am currently working on a project that need
to streaming multiple files one by one. Can any body tell me how to
implement this?
The easiest way is to use the "ByteStreamMultiFileSource" class in
place of "ByteStreamFileSource".
--
Ross Finlayson
Live Networks, Inc.
htt
Hi All:
I am new to Live555. I am currently working on a project that need to
streaming multiple files one by one. Can any body tell me how to implement
this? I try to use stdin in a child process (I use a pipe and redirect
parents out to childs in). The parent reads PS mpeg2 files an
Hi,
I thought MPEG1or2DemuxedElementaryStream::afterGettingFrame1() could get
each frame. However, it can't.
Then which functions can perform this?
Thanks ahead.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/l
ok, Russell. thank you very much by the clarifying one now. I have a problem
with my programs client and server, because the side server supposedly is
transmitting the packages of video to the network by a port RTP () and the
client is not receiving anything. in addition I am working of loca
If I understand your question correctly, you are simply asking if packets
are sent when startPlaying() is called. I believe the answer is no,
doEventLoop() calls a function called SingleStep() in a while loop. Each
time SingleStep() is executed, a packet is sent. That's as deep as I
understand i
hello! I wanted that somebody could help me. saying to me, if the testing
program to testMPEG1or2VideoStreamer when arriving at the point where
startPlaying() is called to the function initiates the transmission of the
video through the network. or on the contrary I must make a function so that
Hi,
if I have a program RTSP client to work with multicast, my machine must have
a direction IP multicast or any other?
Can I prove the transmission of video of the server in the same machine where
I execute the client?
Joan Zabala - Venezuela
-
¡D
hello to all! somebody could say me why when I execute to
testMPEGVideoStreamer it sends these messages and I do not know if it is
sending data to the network.
./testMPEG1or2VideoStreamer
Unable to determine our source address: This computer has an invalid IP
address: 0x0
Unable to determin
hello to all! somebody could say me why when I execute to testMPEGVideoStreamer
it sends these messages and I do not know if it is sending data to the network.
./testMPEG1or2VideoStreamer
Unable to determine our source address: This computer has an invalid IP
address: 0x0
Unable to determine o
hello all,Anybody who knows how to generate aac audio with LATM header from aac
data with ADTS header? I can get some information which audioSpecificConfig()
included in LATM header needs from ADTS header, such as audioDecoderType,
samplingFreqencyIndex, samplingFrequency, channelConfiguration.
hello all, Anybody who knows how to generate aac audio with LATM header from
aac data with ADTS header? I can get some information which
audioSpecificConfig() included in LATM header needs from ADTS header, such as
audioDecoderType, samplingFreqencyIndex, samplingFrequency,
channelConfiguratio
99 matches
Mail list logo