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