Re: [Live-devel] Transport Stream PAT/PMT Program Number

2014-06-20 Thread Piers Hawksley
Great, thanks Ross -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Original Message From: Ross Finlayson Sent: 20 June 2014 22:21:38 GMT+01:00 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Transport Stream PAT/PMT Program Nu

Re: [Live-devel] Separating Transport Stream IDs from PES IDs

2014-06-20 Thread Piers Hawksley
Thanks Ross, I will try to change this as you've suggested on Monday when I have access to a pc ... I think you are correct that it is the transport stream program ID that I want to set. Many thanks, Piers -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Original

Re: [Live-devel] Transport Stream PAT/PMT Program Number

2014-06-20 Thread Ross Finlayson
> Attached is a small patch to MPEG2TransportStreamMultiplexor.cpp that allows > OUR_PROGRAM_NUMBER to be defined externally. This allows the Program Number > used in the program association table and program map table be set to a > number other than 1. > > Can you consider it for inclusion in

Re: [Live-devel] Separating Transport Stream IDs from PES IDs

2014-06-20 Thread Ross Finlayson
This patch won't work, because it defines a member variable "fStreamId" in the abstract base class ("MPEG2TransportStreamMultiplexor"), but that member variable is never assigned - except in the implementation of *one particular* subclass: "MPEG2TransportStreamFromESSource". Note that other sub

[Live-devel] stream webcam using ffmpeg and live555

2014-06-20 Thread John Q via live-devel
--- Begin Message --- I am new to live555. I want to stream my webcam from a windows 7 (64-bit) machine behind home LAN using ffmpeg as the encoder to a live555 server running on a Debian 64-bit linux machine in a data center over the WAN. I want to send a H.264 RTP/UDP stream from ffmpeg and th

Re: [Live-devel] API's unavailable after version update

2014-06-20 Thread Ross Finlayson
> I have inherited legacy code and have been tasked with fixing the bugs after > the Live555 version update to May 2014 release. I downloaded the source code > and compiled it to work with the existing code. Expectedly our code is > breaking where it is calling the methods on Live555. For exampl

[Live-devel] API's unavailable after version update

2014-06-20 Thread Manish Agarwal
Hi, I have inherited legacy code and have been tasked with fixing the bugs after the Live555 version update to May 2014 release. I downloaded the source code and compiled it to work with the existing code. Expectedly our code is breaking where it is calling the methods on Live555. For example one o

Re: [Live-devel] Starting Frames are corrupted

2014-06-20 Thread Vikram Singh
Hi ross, Please ignore my previous mail. I was sent accidently. Just for testing purpose, I have reduced my streaming video size to 100*100 px size. By reducing the size I want to avoid the scenario where on the client side there is truncation of data, due to buffer overflow in the startin

Re: [Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Miladin Sajic
Thank you for your answers and suggestions. Regards, Miladin From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Joshua Kordani Sent: 20 June 2014 15:05 To: live-de...@ns.live555.com Subject: Re: [Live-devel] Decoding H264 non-IDR picture On 6/20/14 5:42 AM, Miladin Sajic w

Re: [Live-devel] Starting Frames are corrupted

2014-06-20 Thread Vikram Singh
Hi ross, Just for testing purpose, I have reduced my streaming video size to 100*100 px size. By reducing the size I want to avoid the scenario where on the client side there is truncation of data, due to buffer overflow in the starting. This buffer overflow was assumed because the client had

Re: [Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Joshua Kordani
On 6/20/14 5:42 AM, Miladin Sajic wrote: Hi, I am trying to implement decoding of H264 NAL units that are received from the camera (using live555 rtsp streaming). Everything works fine if received NAL unit is IDR (see part of the code in PS) but it does not work for SLICE NAL unit (nal_unit_

Re: [Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Ross Finlayson
> I am trying to implement decoding of H264 NAL units that are received from > the camera (using live555 rtsp streaming). Everything works fine if received > NAL unit is IDR (see part of the code in PS) but it does not work for SLICE > NAL unit (nal_unit_type == 1). To decode image this NAL unit

[Live-devel] Decoding H264 non-IDR picture

2014-06-20 Thread Miladin Sajic
Hi, I am trying to implement decoding of H264 NAL units that are received from the camera (using live555 rtsp streaming). Everything works fine if received NAL unit is IDR (see part of the code in PS) but it does not work for SLICE NAL unit (nal_unit_type == 1). To decode image this NAL unit is