Re: [Live-devel] To read H264 file and stream MPEG2TS

2012-11-08 Thread Ross Finlayson
I suspect that the problem here is that by feeding a "MPEG2TransportStreamFromESSource" directly into a "SimpleRTPSink", you end up sending very small RTP packets - each containing just one (188-byte) Transport Packet. For greater efficiency, you should insert - between the "MPEG2TransportStre

Re: [Live-devel] Live555 and webRTC

2012-11-08 Thread Matt Schuckmann
Very cool, thanks for keeping up on this. Bet it feels good that the industry is finally moving in the direction that you've been working on for so long. Matt S. On Thursday, November 08, 2012 2:29:30 PM, Ross Finlayson wrote: Believe me, I've been keeping *very* close track of the WebRTC wor

Re: [Live-devel] Live555 and webRTC

2012-11-08 Thread Ross Finlayson
Believe me, I've been keeping *very* close track of the WebRTC work. In fact, at this very moment I'm at the IETF meeting in Atlanta, and have attended both of the WebRTC sessions that have been held there. I hope that someday it will be possible to view LIVE555 server streams from a WebRTC-en

Re: [Live-devel] playRTPMPEG source code location

2012-11-08 Thread Ross Finlayson
Oh wow - that application hasn't been supported in almost a decade. I didn't know that it was even available on our web site anymore. Instead, you should look at the "LIVE555 Streaming Media" software - in particular, the demo applications in the "testProgs" directory. Ross Finlayson Live Net

[Live-devel] playRTPMPEG source code location

2012-11-08 Thread live555
Hi, Is the source code for playRTPMPEG available? It doesn't seem to part of the main live555 tarball. On a related note, the MS-Windows installer on http://www.live555.com/multikit/windows/playRTPMPEGSetup.exe has a 16-bit application within it, this is preventing it from installing on Windo

Re: [Live-devel] TEARDOWN issue when using response handler

2012-11-08 Thread Erlandsson, Claes P (CERLANDS)
Yes, I only call shutdownStream() from my StopStreamEvent, which is triggered by triggerEvent(), and from other "internal" functions, similar to the testRTSPClient example. If that was the case though, I imagine it would be more random, and also happen when not using a response handler. A few mont

Re: [Live-devel] TEARDOWN issue when using response handler

2012-11-08 Thread Matt Schuckmann
Are you sure you're calling sendTeardownCommand() from the liveMedia thread? Typically I've seen random crashes like this when calling a liveMedia method from the wrong thread, usually inadvertently. Matt S. On Thursday, November 08, 2012 10:26:16 AM, Erlandsson, Claes P (CERLANDS) wrote: I'

[Live-devel] Live555 and webRTC

2012-11-08 Thread Matt Schuckmann
Hi Ross, I was wondering if you had been watching the developments with WebRTC and it's acceptance by a few of the major browser players (Chrome, Firefox, and Opera) Based on my first pass looking at it, it looks like the transport is RTP with another signalling protocol called ROAP instead o

[Live-devel] TEARDOWN issue when using response handler

2012-11-08 Thread Erlandsson, Claes P (CERLANDS)
I'm using the liveMedia (2012.11.05) connecting to a Cisco VSM (version 6.3.2-47d). The server, as I've mentioned in a previous post, requires the client to wait for the TEARDOWN-response, otherwise the server logs will be filled with errors and things will eventually go bad. This can arguably be c

Re: [Live-devel] Timestamp conversion in RTPSink.cpp

2012-11-08 Thread Ross Finlayson
> The windows (not CE) implementation wasn't threadsafe, so I've changed that > code too. > Find attached the new GroupsockHelper.cpp. Thanks. This has been included in a new (just released) version of the software: 2012.11.08 > This solution is ok for us, so I won't spend any further time in

Re: [Live-devel] Error in Outputting mp4 format file

2012-11-08 Thread Ross Finlayson
> I have downloaded the tar.gz file and built the openrtsp application in my > 32 bit linux machine. The build was successfull. Then I went to the testProgs > directory and typed the following command to output the received data > to stdout in .mp4 format > ./openRTSP -4 -d 20 rtsp://184.72.239

Re: [Live-devel] Timestamp conversion in RTPSink.cpp

2012-11-08 Thread Roehrl, Simon
The windows (not CE) implementation wasn't threadsafe, so I've changed that code too. Find attached the new GroupsockHelper.cpp. This solution is ok for us, so I won't spend any further time in this topic From: live-devel-boun...@ns.live555.com [mailto:live-deve

[Live-devel] To read H264 file and stream MPEG2TS

2012-11-08 Thread Gery
i am trying to stream MPEG2TS from H264 file. Basically, to get together examples testH264VideotoTransportStream and MPEG2TransportStreamer Running the result code makes VLC lost frames and as a result shows very jumpy video. Any idea what can be wrong with my application would be greatly app

Re: [Live-devel] rtp server

2012-11-08 Thread Ross Finlayson
> I'm a begginer with the real time protocol, I need to know the way to send > video only with the rtp, but i don't find a guide to do it. I would like to > know the clases that I need to create a rtp server and how to? > Is there a documentation how to do this with live555? > Where I can find t

[Live-devel] rtp server

2012-11-08 Thread David Alcaraz Moreno
Hello, I'm a begginer with the real time protocol, I need to know the way to send video only with the rtp, but i don't find a guide to do it. I would like to know the clases that I need to create a rtp server and how to? Is there a documentation how to do this with live555? Where I can find th