[Libav-user] Syncing a seperate audio and video stream

2012-03-20 Thread Ludwig Ertl
ing the clock as PTS for both audio and video: av_set_pts_info(st, 64, 1, 100); /* 64 bits pts in us */ pkt->pts = ac->hdr.ulTimeSec * 100LL + ac->hdr.ulTimeUSec; But this just resulted in a totally garbled video stream. Regards, DI (FH) Ludwig Ertl Software Engineering Comput

Re: [Libav-user] Syncing a seperate audio and video stream

2012-03-21 Thread Ludwig Ertl
Hi, Thanks for your reply! Nicolas George wrote: > Le primidi 1er germinal, an CCXX, Ludwig Ertl a écrit : >> I want to use ffmpeg to decode Audio and video streams by a >> Trendnet TV-IP512P IP Camera in order to feed it to ffserver for >> streaming. I found a document on

Re: [Libav-user] Baus - an open source video streaming server

2012-04-03 Thread Ludwig Ertl
libav-user-boun...@ffmpeg.org wrote: > Baus is an open source video streaming server. > Baus is build on ffmpeg libs (libav). > > Baus can stream in jpeg format, and swf over http. The server also can > record flv videos. Baus streams in public and private mode What are the advantages over ffserv