saving rss feed display
Posted: 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:
Do I have to enable something to be able to record the rss feed data?
Thanks
Balm
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
Thanks
Balm