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
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
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
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