I want to do stuff sorta like a tv station, and be able to switch from preencoded video to live and back and forth and shit. Is anything like that possible?
Announcement
Collapse
No announcement yet.
Any way to seamlessly switch between preencoded and live video?
Collapse
X
-
you could try using camtasia but I have not tried this myself. There are no official tools for doing this.-Jay | Radio Toolbox.com
-
-
set up a batch files which goes something like:
where cap:0,0 is your live source and cap:1,1 is your pre-recorded source (camtasia?)code:
:TOP
nsvenc cap:0,0 sc:<SERVERIP>:PORT:headers.txt
nsvenc cap:1,1 sc:<SERVERIP>:PORT:headers.txt
goto TOP
then, in the command window when the file is running, all yuo have to do is hit ESC to switch between the two. (and use CTRL-BREAK to stop it altogether).
Also, one of the lines could be a different prog (nsvscsrc ?) for nsv file streaming.. etc etc..
HTH,
D.
Comment
-
-
nsvenc and streaming with batch files is generally not a good thing, I have found that in transition some clients are locked out of the rest of the stream and must restart it.-Jay | Radio Toolbox.com
Comment
-
-
-
This is a early NSV encoder / streamer application written in dephi. ( Open source / GNU }
This might can help you with your video switch application.
A bit buggy on Windows 2000 and above. Works on Win98 SE.
LiveChunk - gpl_2004.zip 07-Feb-2004 07:55 2.5M
Scenic Television is your ambient window to the world - - www.ScenicTelevision.com
Comment
-
-
What about, editing the shoutcast server to correctly relay NSV, run it as a local host relaying to your main server, and then just connect and disconect the live and preencoded sources to the local host , using it as a buffer to the main server. Does NSV react appropriatly to reconecting sources? Hmm, I guess, if it could you wouldnt need a buffer relay. oh well I'll shut up now, but it seems that could be an area to explore.
Comment
-
-
-
There is a video DJ on Ranttv DJ Pulse who does a live show on the weekends. He is able to switch between a live camera and video files. He is also to switch between different cameras.
[email protected]Scenic Television is your ambient window to the world - - www.ScenicTelevision.com
Comment
-
-
If your running usb web cams, you can use a simple usb switch to go from camera 1 to 2 etc.
I suppose you could use some thing like camtasia to go from live to encoded files.Scenic Television is your ambient window to the world - - www.ScenicTelevision.com
Comment
-
-
I have the answer for you.. this will also let all of you asking howto stream mpg, avi, without pre encoding it.
The bonus?
Its Free.
http://www.splitcamera.com/ (preview seemed to work fine, but filter error on capture. Might work.)
http://www.softcam.com this one works and captures for me, and evenen animated watersmarks. thought he gui seems a little bubbly. It works for me thou.
Might ad more as i find them, try google for "virtual capture device"
Emerica
Last edited by Emerica; 1 March 2004, 08:53.
Comment
-
Comment