Log in

View Full Version : rtsp stream in avisynth


bartnovsky
10th November 2010, 15:56
Is there a way to get rtsp stream in avisynth script?

I have h264 stream over rtsp from ip-camera and want to have it in my script. I know that one can create .grf file (created in GraphStudio say) and open it after in avisynth. The problem is that i dont where to find a proper rtsp source filter.

Another thing is that upon installing h264-driver for ip-camera (it actually is supposed to be used for watching live stream in IE) GraphStudio shows me new filters to work with the camera: fine, i create chain push "play" and can see live picture. But! It turned out that for the chain to be playable i must not put "null renders" 3 of 4 pins (pic in attachment)! If i "close" any of them by "null render" it isn't playable at neither in GraphStudio nor in avisynth script.

As far as know avisynth wants only one pin open in grf-file in order to read it. So that i'm really confused about what to do and i dont know if i am doing something wrong and how in the world eventually read rtsp stream in avisynth...

thanks in advance!

http://forum.doom9.org/attachment.php?attachmentid=11759&stc=1&d=1289400987

Wilbert
10th November 2010, 17:41
Does removing the Video Renderer help?

bartnovsky
10th November 2010, 19:43
Does removing the Video Renderer help?

No, it doesn't help actually. I know that usually it is the only way to watch a stream in avisynth: webcam stream for example. And i did removed the "Video Renderer" filter. But Avisynth says

"Graph refused to run: Time interval exceeded".