saving rss feed display

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
balm

saving rss feed display

Postby balm » 17 Apr 2006 21:57

Hi everyone,

I'm saving a streamed video to a file with rss feed enabled. When I playback the file, there's no rss feed display, somehow it does not get recorded into the file.

This is the partial code that does the recording:

Code: Select all

vopt() = Array(":sout=#transcode{vcodec=MJPG,vb=1024,scale=1,soverlay}:duplicate{dst=display,dst=std{access=file,mux=asf,url=" & filename & "}}") VLCPlugin1.addTarget target, vopt, VLCPlayListInsert, 0
Do I have to enable something to be able to record the rss feed data?

Thanks
Balm

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 17 Apr 2006 23:57

try adding ,sfilter=rss in #transcode
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

balm

Postby balm » 18 Apr 2006 01:40

It only does it if I enter it in vlc gui but it won't do it using activex.

The won't work:

Code: Select all

vopt() = Array(":sout=#transcode{vcodec=MJPG,vb=1024,scale=1,sfilter=rss}:duplicate{dst=display,dst=std{access=file,mux=asf,url=" & filename & "}}")
but If I enter this:

Code: Select all

:sout=#transcode{vcodec=mp4v,vb=1024,scale=1,sfilter=rss}:duplicate{dst=display,dst=std{access=file,mux=asf,url="C:\Projects\Auslog\Stream Files\t3.asf"}}
in Stream ouput destination target, it works

:idea:

Thanks
Balm[/quote]

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 18 Apr 2006 12:37

sfilter=rss,soverlay
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Balm

Postby Balm » 18 Apr 2006 18:34

Got it to work. :D

Here is the changes:
vcodec = MJPEG
changed to
vcodec = mp4v


Balm


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 35 guests