Page 1 of 1

hi problem with transcoding to windows media

Posted: 12 Jun 2006 18:43
by videolanlover
hi if got a problem i cant solve:
i receive a mpeg 2 TS stream (from dvb-t card)
on videolan and i want to transcode it back to
windows media so i cant send it to a server as windows media stream
(windows media encoder doestn support capture of dvb-t cards)

the reception and display of the mpeg 2 stream works great.. no problem
but if i try transocding with the code from the documentation:

% vlc -vvv input_stream --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,dst=:8080}'

videolan doesnt report any errors but if i check cpuload videolan seems not to work and i cant receive the windows media stream

is there maybe aproblem with encoding the mpeg2 transport streams or do i have to setup a windows media server to make that work ???

Re: hi problem with transcoding to windows media

Posted: 12 Jun 2006 18:45
by videolanlover
sorry made a mistake in posting before
hi if got a problem i cant solve:

i receive a mpeg 2 TS stream (from dvb-t card)
on videolan and i want to transcode it back to
windows media so i CAN !!!! send it to a server that needs windows media stream

(windows media encoder doestn support capture of dvb-t cards, thats why i have to use videolan)

the reception and display over lan from the mpeg 2 stream works great.. no problem
but if i try transcoding with the code from the documentation:

% vlc -vvv input_stream --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,dst=:8080}'

videolan doesnt report any errors but if i check cpuload videolan seems not to work and i cant receive the windows media stream

is there maybe aproblem with encoding the mpeg2 transport streams or do i have to setup a windows media server to make that work ???