Re: [Live-devel] Without SDP with H264VideoStreamDiscreteFramer

2013-09-12 Thread
Actually, I’m not sure my input sequence of NAL units contain SPS and PPS NAL units. My video input is a live stream whose frames captured from webcam and encoded by x264. However, “H264VideoStreamFramer” can parse SDP from my input, that means my input sequence of NAL units contain SPS and PPS

[Live-devel] Without SDP with H264VideoStreamDiscreteFramer

2013-09-09 Thread
H264VideoStreamDiscreteFramer. But H264VideoStreamFramer have. Without SDP, VLC player still can play my RTSP, but almost player apps on android phone cannot play. Any help would be greatly appreciated. Vince Li(李威) Future Laboratory 2 Quanta Research Institute Email: vince...@quantatw.com<mailto:vi

[Live-devel] Get crash with BasicUDPSink

2013-09-09 Thread
w(*env, udpSocket, 1316); udpSink->startPlaying(*tsFrames, NULL, udpSink); Besides, I have noticed that the higher bit rate the faster to get crash. Not sure what to do to fix it. Any help would be greatly appreciated. Vince Li(李威) Future Laboratory 2 Quanta Research Institute Email: vince...@qua

[Live-devel] Streaming H.264 with MPEG2TS via BasicUDPSink

2013-07-30 Thread
Greetings, I’m a new to live555. I'm trying to use live555 to stream H.264 video which is encoded by x264 and the video source is webcam. I’ve tried - Write my own FramedSource subclass based on DeviceSource - Use my own FramedSource, H264VideoStreamFramer and H264VideoRTP