Re: [Live-devel] frame rate supported

2009-03-10 Thread Gbzbz Gbzbz
I thought the fDuration is related to the frame rate? We have a hardware encoder and we save the contents to a file before we stream them out. When play the file locally with VLC, it looks a 720P60, but at the remote VLC RTSP client side it is 720P30(or less) - visually it is not as smooth. I

Re: [Live-devel] Problem streaming a live H.264 stream to VLC

2008-10-03 Thread Gbzbz Gbzbz
Could someone kindly implement a sample 264 streamer class for live555? A 264 NAL clip can be provided without any problem. This way, people can have a good starting point. --- On Wed, 10/1/08, Ross Finlayson <[EMAIL PROTECTED]> wrote: > From: Ross Finlayson <[EMAIL PROTECTED]> > Subject: Re:

[Live-devel] live stream problems

2008-06-04 Thread Gbzbz Gbzbz
Hi, We try to stream MPEG4 via RTSP with live555. Our flow is like this DVD -> capture 1 frame (v4l2) ->MPEG4 encoding -> Write_mpeg4_frame to myvideo.v -> send_mpeg4_frame_to_live555 -> MPEG4 decoding -> Display on TV 1. when streaming the file myvideo.v with live555's testOnDemandRTSPServer,