Hi,
I am encoding a YUV video data into h264 and then I need to stream it to the
vlc player. Each time a video frame is encoded into h264 and then streamed
using live555. I have created H264MediaSubsession, H264Framer classes and have
updated the H264Sink to perform the desired task. I checked t
Hi,
For calculating the duration of a frame in h263, the temporal reference (TR) of
the current and next frame has been used.
My query is why is it being used for determining the duration of the frame?
Is there any way to determine the frame duration or the frame rate of a h263
video?
Thanks
Hi,
I am facing some problem in streaming a raw h263 file through live555.
The client used is vlc player.
- One problem which has been observed is that the video is getting played
slowly, foe e.g. if the duration of video is 1 minute then it is getting played
for 1 min 6 seconds.
- The other
how is the presentationtime of two streams synchronised?
I have to synchronise the mpeg-4 es and a wave file. I am able to send the two
streams together by creating single servermediasession and adding two separate
servermediasubsession, but they are not synchronised.
In case of mpeg-4 es video,
Hi,
I have a mpeg-4 encoded video data and a wave file corresponding a video call
(containing both audio and video). I am able to stream the mpeg-4 video file
and the wave file separately by using live555 library.
I want to play both the files together i.e. when the test_vid.m4e (mpeg-4 file)
Hi,
I have a file (wireshark dump) which contains the rtp packets containing the
h264 data.
I have dumped the h264 NAL units into a file and each unit is separated by
0x0001 bytes. That data from the file is to be streamed to the vlc. I have
implemented a subclass of H264VideoStreamFramer
Hi,
I am a just a beginner in video. I want to play the video data received over IP
(rtp packets) encoded by h264. I have a file in which the rtp packets have been
dumped and I want to play it by vlc player, using live555 server.
I have searched the mailing list and people have worked upon str