Re: [Live-devel] MP3 streaming problem

2016-04-15 Thread Ross Finlayson
> I tried some other things: > 1 - In the method createNewStreamSource return my FramedSource > subclass instead of MPEG1or2AudioStreamFramer::createNew (I think that > hears better but with errors) Does your “FramedSource” subclass deliver discrete MP3 frames - i.e., one at a time - rather than

Re: [Live-devel] problem in compiling simpleRtspClient

2016-04-15 Thread Ross Finlayson
Please don’t ask the same question more than once (and please use proper mailing list ‘netiquette’ and edit the “Subject:” line when you reply to a mailing list digest). You managed to compile and build the “testProgs” (in the “live/testProgs” directory), and this worked OK. Then you made a co

Re: [Live-devel] MP3 streaming problem

2016-04-15 Thread Ignacio Barreto
Hi Ross, I've tested what you suggested: I played the MP3 generated file in VLC and then streamed this file using “testOnDemandRTSPServer” and established a network connection in VLC to reproduce the stream. Both approaches worked fine. So that I think that the FFMpeg encoding it's correct and I gu

Re: [Live-devel] live-devel Digest, Vol 149, Issue 10

2016-04-15 Thread Davood Falahati
I compiled live555 following the instruction and everything went good. I have all required headers and libraries in /usr/local/include and /usr/local/libs. Then, I made a new C++ project in Xcode and I copied the content of simpleRTSPClient.cpp to my project. I tried to compile it and I receive th

Re: [Live-devel] problem in compiling simpleRtspClient

2016-04-15 Thread Ross Finlayson
OK, so you’re not linking your new application with the LIVE555 libraries properly - which means that something is wrong with your “Makefile”. Does the *original* “testRTSPClient” - in the “live/testProgs” directory - compile and link OK? If so, then just do the same thing that we do in that d

[Live-devel] problem in compiling simpleRtspClient

2016-04-15 Thread Davood Falahati
Dear Community, I am interested in live streaming with your precious library. I am on MacOsx Elcaptain and I made project with the following command: ./genMakeFiles macosx ./make ./make install everything went well and I have installed libraries in /usr/local/lib and headers in /usr/loca/include

Re: [Live-devel] MP3 streaming problem

2016-04-15 Thread Ross Finlayson
> We based our streamer server using testOnDemandRTSPServer. > We subclassed FramedSource (AudioFramedSource) and > OnDemandServerMediaSubsession (AudioServerMediaSubsession) > > In this AudioServerMediaSubsession class we return > MPEG1or2AudioStreamFramer in createNewStreamSource method and > MP

Re: [Live-devel] What are the consequences of increasing RTCP.cpp::maxRTCPPacketSize?

2016-04-15 Thread Ross Finlayson
> The camera is a Honeywell H3W1F with firmware V40.0.6 > Running wireshark shows in the SDP it is using "tool:LIVE555 Streaming Media > v2012.01.13” ... > Why do you think upgrading will fix the issue? Is the older LiveMedia > software not fully compliant to all implemented standards? No, the p

Re: [Live-devel] What are the consequences of increasing RTCP.cpp::maxRTCPPacketSize?

2016-04-15 Thread Frederik De Ruyck
Hi Ross, The camera is a Honeywell H3W1F with firmware V40.0.6 Running wireshark shows in the SDP it is using "tool:LIVE555 Streaming Media v2012.01.13" You are correct it is running an older LiveMedia server. Not anyone can upgrade Honeywell firmware, you need to be an "authorized Honeywell s

Re: [Live-devel] What are the consequences of increasing RTCP.cpp::maxRTCPPacketSize?

2016-04-15 Thread Ross Finlayson
> I can fix the famous "RTCPInstance error: Hit limit when reading incoming > packet over TCP. Increase "maxRTCPPacketSize"" error by setting > maxRTCPPacketSize to INT16_MAX * 8. > I am not able to upgrade any camera firmware code and I'm running the latest > 01 April 16 LiveMedia code on my PC