Re: [Live-devel] Help with live streaming h.264 frames

2024-04-25 Thread Flavio Alves
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

Re: [Live-devel] Help with live streaming h.264 frames

2024-04-24 Thread Ross Finlayson
> 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

Re: [Live-devel] Help with live streaming h.264 frames

2024-04-24 Thread Flavio Alves
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

Re: [Live-devel] Help with live streaming h.264 frames

2024-04-21 Thread Ross Finlayson
> 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

Re: [Live-devel] Help with live streaming h.264 frames

2024-04-18 Thread Flavio Alves
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

[Live-devel] Help with live streaming h.264 frames

2024-04-18 Thread Flavio Alves
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

Re: [Live-devel] help

2020-02-11 Thread Ross Finlayson
> 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

[Live-devel] help

2020-02-11 Thread Siddhant Agarwal
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

[Live-devel] Help streaming over HTTP to Apple devices

2016-12-15 Thread chingmlai
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

Re: [Live-devel] help with streaming a .ts file

2016-08-18 Thread Jason Reeves
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

Re: [Live-devel] help with streaming a .ts file

2016-08-16 Thread Ross Finlayson
> 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

Re: [Live-devel] help with streaming a .ts file

2016-08-16 Thread Jason Reeves
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: -

Re: [Live-devel] help with streaming a .ts file

2016-08-10 Thread Ross Finlayson
> 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

Re: [Live-devel] help with streaming a .ts file

2016-08-10 Thread Jason Reeves
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

Re: [Live-devel] help with streaming a .ts file

2016-08-10 Thread Ross Finlayson
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,

Re: [Live-devel] help with streaming a .ts file

2016-08-10 Thread Ross Finlayson
> 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

[Live-devel] help with streaming a .ts file

2016-08-10 Thread Jason Reeves
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

Re: [Live-devel] help for changing static var eventtriggerId to non-static (multi instance of rtsp server)

2016-07-20 Thread Ross Finlayson
> 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

[Live-devel] help for changing static var eventtriggerId to non-static (multi instance of rtsp server)

2016-07-17 Thread Ahmadi
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

Re: [Live-devel] Help in live555 codebase execution

2015-07-17 Thread Ross Finlayson
> 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

[Live-devel] Help in live555 codebase execution

2015-07-17 Thread Krishna Kumar K B
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

Re: [Live-devel] [help] trick play when play a mkv file by live555

2013-10-20 Thread Ross Finlayson
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

[Live-devel] [help] trick play when play a mkv file by live555

2013-10-18 Thread yuke sun
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

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-05 Thread Felipe Lemos
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

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-05 Thread Felipe Lemos
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

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-05 Thread Ross Finlayson
> 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

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-05 Thread Felipe Lemos
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

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-05 Thread Ross Finlayson
> 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 =

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-05 Thread Felipe Lemos
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

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-05 Thread Ross Finlayson
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

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-05 Thread Felipe Lemos
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

Re: [Live-devel] Help me please, "testRTSPClient"

2013-09-04 Thread Ross Finlayson
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'

[Live-devel] Help me please, "testRTSPClient"

2013-09-04 Thread Felipe Lemos
*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

Re: [Live-devel] help

2013-02-25 Thread Ross Finlayson
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

[Live-devel] help

2013-02-25 Thread Czarnek, Matt
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

Re: [Live-devel] help! When I use openRTSP to visitor remote RTSP Server

2012-09-04 Thread Ross Finlayson
> 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

[Live-devel] help! When I use openRTSP to visitor remote RTSP Server

2012-09-04 Thread kingking kuo
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

Re: [Live-devel] Help required to identify the RTSP connection closed status

2012-06-21 Thread Ross Finlayson
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

[Live-devel] Help required to identify the RTSP connection closed status

2012-06-21 Thread Kalkere, Giridhara(IE10)
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

Re: [Live-devel] Help to understand the rtsp client connection close

2012-06-21 Thread Ross Finlayson
> 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

[Live-devel] Help to understand the rtsp client connection close

2012-06-21 Thread Kalkere, Giridhara(IE10)
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

Re: [Live-devel] Help on testOnDemandRTSPServer

2012-03-22 Thread Ross Finlayson
> 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

[Live-devel] Help on testOnDemandRTSPServer

2012-03-22 Thread Vinay Tyagi
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::

Re: [Live-devel] Help with RTP/RTCP relay implementation

2012-03-07 Thread hfsamb-...@yahoo.com.br
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

Re: [Live-devel] Help with RTP/RTCP relay implementation

2012-03-06 Thread Ross Finlayson
> 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

[Live-devel] Help with RTP/RTCP relay implementation

2012-03-06 Thread hfsamb-...@yahoo.com.br
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

[Live-devel] help

2012-02-20 Thread Vinay Tyagi
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

Re: [Live-devel] help rtsp vlc

2011-01-13 Thread Roberts, Randy
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

Re: [Live-devel] help rtsp vlc

2011-01-13 Thread Ross Finlayson
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

[Live-devel] help rtsp vlc

2011-01-13 Thread doherty pete
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

[Live-devel] Help with multicast

2010-04-28 Thread Marta Gros Marín
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

Re: [Live-devel] Help with multicast

2010-04-28 Thread Dom Robinson
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 __

Re: [Live-devel] Help with multicast

2010-04-28 Thread Ross Finlayson
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

[Live-devel] Help with multicast

2010-04-28 Thread Marta Gros Marín
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

Re: [Live-devel] Help required in using sendfile api in live555

2010-02-05 Thread Ross Finlayson
"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/ __

[Live-devel] Help required in using sendfile api in live555

2010-02-05 Thread Suhas Hegde
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

[Live-devel] help

2009-10-07 Thread 赵杰
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

Re: [Live-devel] Help needed in writing Xvideo streamer

2009-06-30 Thread Patrick White
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 >

[Live-devel] Help needed in writing Xvideo streamer

2009-06-25 Thread Muhammad Bilal
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

Re: [Live-devel] Help me to solve a trouble!

2008-12-03 Thread feiliu
送时间: 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

Re: [Live-devel] Help me to solve a trouble!

2008-12-03 Thread Guillaume Ferry
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

[Live-devel] Help me to solve a trouble!

2008-12-03 Thread feiliu
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

Re: [Live-devel] Help MPEG4 streamingwith wait at end of file

2008-11-17 Thread Ross Finlayson
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

[Live-devel] Help MPEG4 streamingwith wait at end of file

2008-11-16 Thread Frank Podd
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

[Live-devel] Help me: I want to be a server

2008-10-31 Thread Antonella Rizzo
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?

[Live-devel] help with displaying video content on mpegreceiver

2008-08-13 Thread Melvin_Raj
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

Re: [Live-devel] Help with link error

2008-08-08 Thread Melvin_Raj
, 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 (

Re: [Live-devel] Help with openrtsp

2008-08-07 Thread Ross Finlayson
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

Re: [Live-devel] Help with link error

2008-08-07 Thread Roland
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

Re: [Live-devel] Help with openrtsp

2008-08-07 Thread Shiva Shankar N
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

Re: [Live-devel] Help with openrtsp

2008-08-07 Thread Yamini S. [EPLX - DCC]
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

Re: [Live-devel] Help with openrtsp

2008-08-07 Thread Ross Finlayson
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://

Re: [Live-devel] Help with link error

2008-08-07 Thread Melvin_Raj
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

Re: [Live-devel] Help with openrtsp

2008-08-06 Thread Robin Penea
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

[Live-devel] Help with openrtsp

2008-08-06 Thread Shiva Shankar N
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

Re: [Live-devel] Help with link error

2008-08-06 Thread Melvin_Raj
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

Re: [Live-devel] Help with link error

2008-08-06 Thread Roland
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

Re: [Live-devel] Help with link error

2008-08-05 Thread Melvin_Raj
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

Re: [Live-devel] Help with link error

2008-08-05 Thread Roland
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

[Live-devel] Help with link error

2008-08-05 Thread Melvin_Raj
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

[Live-devel] Help with openRTSP - windows

2008-07-18 Thread Babitha
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

[Live-devel] Help required

2008-06-16 Thread prasad keshav
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

Re: [Live-devel] Help with short MPEG 4 header

2008-06-13 Thread Ross Finlayson
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/ ___

[Live-devel] Help with short MPEG 4 header

2008-06-13 Thread Kumar Bala (DSP-Weuffen GmbH)
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

[Live-devel] Help Help Help .........

2008-06-11 Thread Manzoor Ahmed
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

[Live-devel] Help in understanding LiveMedia Library

2008-06-01 Thread Manzoor Ahmed
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

[Live-devel] help

2008-03-04 Thread safileader
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

[Live-devel] help

2008-03-03 Thread safileader
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

Re: [Live-devel] Help

2008-01-02 Thread Ross Finlayson
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

[Live-devel] Help

2008-01-02 Thread Zheng Han
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 parent’s out to child’s in). The parent reads PS mpeg2 files an

[Live-devel] Help for getting each video or audio frame for MPEG1

2007-10-25 Thread Chen Gang
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

Re: [Live-devel] Help with the testMPEG1or2VideoStreamer

2007-07-02 Thread Joan Manuel Zabala
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

Re: [Live-devel] Help with the testMPEG1or2VideoStreamer

2007-06-26 Thread Russell Brennan
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

[Live-devel] Help with the testMPEG1or2VideoStreamer

2007-06-26 Thread Joan Manuel Zabala
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

[Live-devel] Help! how a program RTSP client works with multicast

2007-06-14 Thread Joan Manuel Zabala
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

[Live-devel] Help Urgent! testMPEG1or2VideoStreamer problems

2007-06-14 Thread Joan Manuel Zabala
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

[Live-devel] Help Urgent! testMPEG1or2VideoStreamer problems

2007-06-12 Thread Joan Manuel Zabala
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

[Live-devel] Help: How to generate aac content with LATM header from aac content with ADTS header

2007-05-22 Thread
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.

[Live-devel] Help: How to generate aac content with LATM header from aac content with ADTS header

2007-05-22 Thread
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