Skip to Content.
Sympa Menu

wg-multicast - Re: [AG-DEV] Transcoding DVTS streams?

Subject: All things related to multicast

List archive

Re: [AG-DEV] Transcoding DVTS streams?


Chronological Thread 
  • From: "Piers O'Hanlon" <>
  • To: Andrew Ford <>
  • Cc: , ,
  • Subject: Re: [AG-DEV] Transcoding DVTS streams?
  • Date: Wed, 25 Nov 2009 11:20:32 +0000
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=RtKYSj0BaEezIeQr2oswCOncLAyTD1K/rXGqcwwk7zQozmvaYFiQJqUB8d2CRSkndE JmrqgfRFETtIXMFQw6uKTMjKCyuE/AiZrEueCL4s9TvlZ3o0B0fYdkIu6SsEZDCt50lt ojo3Qj0z4JVd0Jdwzod4Q8E5kTMdV7I1iCye4=

Hi Andrew,

Another way you could probably knock something up quickly is using
gstreamer - v0.10 contains a DV de/payloader:

%gst-inspect-0.10 | grep "dv:"
typefindfunctions: video/x-dv: dif, dv
dv: dvdemux: DV system stream demuxer
dv: dvdec: DV video decoder
ffmpeg: ffdemux_dv: FFmpeg DV video format demuxer
ffmpeg: ffmux_dv: FFmpeg DV video format muxer

You could play with creating a pipeline using gst-launch-0.10 to do
what you want or you can write a small app in Python or C++ using the
gstreamer libraries.

Piers

2009/11/24 Andrew Ford
<>:
> Hi,
>
> Has anyone attempted or found a way to transcode a DVTS stream directly off
> of receiving it via multicast? My goal is to be able to transcode DVTS
> streams to different formats and resend them as Access Grid-based or
> web-based streams. So far, it looks like the only way to do it would be to
> modify xdvshow or one of the other DVTS apps to hook together with ffmpeg
> for transcoding & ffserver for streaming, since as far as I can tell, apps
> like ffmpeg or VLC can't receive DVTS by themselves. Before I go spending a
> bunch of time on that I want to make sure this hasn't already been done some
> other way.
>
> Thanks,
> --Andrew
>



Archive powered by MHonArc 2.6.16.

Top of Page