[Live-devel] New user, test video synchronization with demo?

2018-02-15 Thread Donoso Gabilondo, Daniel
different browsers? Thanks in advance. Daniel ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Issue with nmake testProgs.mak

2016-12-22 Thread daniel . deus
Hi, I want to build the testProgs.mak, but I got this particular error which I could not to find in over internet yet: _C:\USERS\DANIEL\DOCUMENTS\LIVE555\TESTPROGS>NMAKE /B -F TESTPROGS.MAK_ _MICROSOFT (R) PROGRAM MAINTENANCE UTILITY VERSION 14.00.24210.0_ _COPYRIGHT (C) MICROS

Re: [Live-devel] Live h264 streaming in Android

2016-01-04 Thread Daniel Yacouboff
Hi Eric and Ross, 1) I admit I didn't explain myself fully - I use two different RTSPServer objects, with two different stream names, each one has only one MediaSession, one has a Video one, and one has an Audio one. I do that exactly because of the issue Eric mentioned he had, only that I decid

[Live-devel] Live h264 streaming in Android

2016-01-03 Thread Daniel Yacouboff
Hello there, I've sub-classed some of the live555 classes so I have a ServerMediaSession with two subsessions - one for h264 video and one for PCM audio. I stream to both subsession live media packets from my IP camera. Both streams work fine when I play them in VLC player. But when I try to play

[Live-devel] Audio codec supported by Android

2015-11-26 Thread Daniel Yacouboff
Hello there, I've been working on a RTSP server that streams both PCM audio (signed 16-bit) and H264 video. I've sub-classed the MediaSubsession classes and the ByteStream sources to fit my needs, so I receive the data via TCP instead of a file. Both streams work well when I play them via VLC, bu

Re: [Live-devel] Live video and audio streaming using one RTSPServer

2015-11-05 Thread Daniel Yacouboff
Sorry, I meant fLastPlayTime               -Original Message- From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, November 05, 2015 11:48 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Live video and audio

Re: [Live-devel] Live video and audio streaming using one RTSPServer

2015-11-05 Thread Daniel Yacouboff
Last question please, My audio is 16bit PCM, and the calculation of the presentation time and duration seems to be ok. However, my video is raw h264, and I don't guarantee that on each recv() call I get exactly one complete frame (I might get more than one frame, or a partial one), so 1) how ca

Re: [Live-devel] Live video and audio streaming using one RTSPServer

2015-11-05 Thread Daniel Yacouboff
Hi Ross, Should both streams at least have the same start value in presentation time? the fact is that the current calculation does not synched correctly between the two streams... Daniel Yacouboff QA and SW Engineer T: +972(73)2447-945 M: +972(54)6805-505 E: danie...@essence-grp.com

Re: [Live-devel] Live video and audio streaming using one RTSPServer

2015-11-04 Thread Daniel Yacouboff
Hello Ross, Thanks for the kind and fast reply. Can you please give me a head start on how to correctly calculate the presentation times? For instance, do I need to have the same time value for an audio frame and a video frame that should be played together? Should I use a shared presentation t

[Live-devel] Live video and audio streaming using one RTSPServer

2015-11-04 Thread Daniel Yacouboff
211F5B7-C986-4790-B65C-1F8CB6060BF6] <http://www.linkedin.com/company/865102?trk=tyah&trkInfo=tas:essence%20g,idx:1-1-1> [cid:E725C345-8B3D-479D-8316-D67F8293CEE1] <https://plus.google.com/u/0/107922789033407857840/posts> Daniel Yacouboff QA and SW Engineer T: +972(73)2447-945 M: +972(5

[Live-devel] delay processing PLAY scale - RTSPServer - live555MediaServer

2015-03-06 Thread Daniel Casale
that, all PLAY scale=4 are never seen until a TEARDOWN arrives. I captured RTSP packets with wireshark, and the client seems to send the request properly. ¿Someone know what is happening? Thanks, Daniel Casale ___ live-devel mailing list live-devel

Re: [Live-devel] Problem_with_mpegts_muxer

2014-01-20 Thread daniel
Hi Ross, Thank you so much for your response! I already updated the lasted version of Live555. Now I got another problem. I use this kind of chain to make the transport stream: InputVideo(Live H.264)-> H264VideoStreamFramer->MPEG2TransportStreamFromESSource. With that chain I got the :Frame trun

[Live-devel] Problem with mpegts muxer

2014-01-14 Thread daniel
Hi Ross, I'm working on an embedded device, the IP network camera. I am using MPEG2TransportStreamFromESSource to mux H.264 and AAC into transport stream. I succedded the muxing. But at the client side, the bottom right corner always has some broken part as shown in the image of the link below.

Re: [Live-devel] [patch] make live555 playback h.264 RTSP streams from Foscam IP cameras

2012-09-13 Thread Daniel Peng
ou for the quick response! This is a very helpful tip too, thanks. Recompiling VLC for each tweak to Live555 was a bit of a pain. :) Best, Daniel ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] [patch] make live555 playback h.264 RTSP streams from Foscam IP cameras

2012-09-13 Thread Daniel Peng
arate patch for VLC to handle the failed OPTIONS response. Thanks, Daniel liblivemedia.patch Description: Binary data ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Http live Streaming

2012-06-18 Thread daniel
hanks. Best regards, Daniel wang Software Developer Norpix Inc. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, June 15, 2012 4:58 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel]

[Live-devel] Http live Streaming

2012-06-15 Thread daniel
Hello, I want to stream live vdieo(HTTP live streaming) from camera to iPad using live555. I would like to I need to create .tsx file or just ts file? Any suggestion is welcome. Best regards, Daniel wang Software Developer Norpix Inc. ___ live

Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread daniel
. Best regards, Daniel wang Software Developer Norpix Inc. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, June 15, 2012 2:33 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-deve

Re: [Live-devel] Crash for Http live Streaming

2012-06-15 Thread daniel
(). handleHTTPCmd_StreamingGET() delete himself and return to handleRequestBytes() . Then handleRequestBytes() try to send data to client : send(fClientOutputSocket, (char const*)fResponseBuffer, strlen((char*)fResponseBuffer), 0) crash here. Best regards, Daniel wang Software

[Live-devel] Crash for Http live Streaming

2012-06-14 Thread daniel
stBuffer); } resetRequestBuffer(); // to prepare for any subsequent request } while (0); } Do you any idea? I use VS2010. Thank very much. Daniel ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Streaming over Wifi with no receiver

2012-05-22 Thread Daniel Martinez Ramos
Hi everybody I've found a project quite similar to yours encoding h264 and streaming via wifi, it also cover how to adjust bitrate depending on the bandwidth. link here: http://es.scribd.com/Akavashi/d/71789823-spyPanda-Thesis-Report Regards. Daniel M. El 22/05/2012 10:58, Ash

Re: [Live-devel] Problem with more than 20 sessions active on win32

2011-06-07 Thread Fischer Daniel
environment. Viele Grüße / Best regards - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Dipl.-Inf. (FH) Daniel Fischer iGuard - Development IDS Imaging Development Systems GmbH Dimbacher Strasse 6-8 ▪ D-74182 Obersulm Handelsregister: Stuttgart HRB 106225 Geschäftsführer

Re: [Live-devel] How to bypass streamlimit causes by EventTriggerIDs

2011-06-06 Thread Fischer Daniel
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Dipl.-Inf. (FH) Daniel Fischer iGuard - Development IDS Imaging Development Systems GmbH Dimbacher Strasse 6-8 ▪ D-74182 Obersulm Handelsregister: Stuttgart HRB 106225 Geschäftsführer: Jürgen Hartmann, Armin Vogt, Torsten Wiesinger T :+49 (0)7134 / 961 96-0 F :+49 (0)7134

[Live-devel] How to bypass streamlimit causes by EventTriggerIDs

2011-05-02 Thread Fischer Daniel
: Is it possible to solve that problem without generating more RTSP-Server with different TaskScheduler on different ports? Can you make me a suggestion how I bypass these limit of maximum stream receivers? Thank you for your efforts With greet Daniel Fischer Viele Grüße / Best regards

[Live-devel] RTSP client (VLC 1.0.6 Goldeneye branch)

2010-06-10 Thread Oancea Daniel
Seq: 6 Cache-Control: no-cache Session: 846930886;timeout=5 It seams that the problem is on the client side. Could someone give some support on this matter? Thank you very much! -Daniel -- Note: If the reader of this message is not the intended recipient, or an employee or agen

[Live-devel] Uncompressed video payload format over RTP per RFC4175

2008-02-07 Thread Daniel Evans
Hi, My first question/post to this list :) ... has anyone implemented an uncompressed payload format yet? Just checking before I subclass the MultiFramedRTPXXX classes. Thanks in advance, Daniel Evans ___ live-devel mailing list live-devel