Ask Your Question

exec's profile - activity

2018-09-06 23:44:07 -0600 received badge  Taxonomist
2015-02-02 04:41:09 -0600 received badge  Famous Question (source)
2014-04-09 08:02:05 -0600 received badge  Notable Question (source)
2013-12-17 12:13:59 -0600 received badge  Popular Question (source)
2013-04-12 04:13:12 -0600 received badge  Student (source)
2013-04-11 08:54:04 -0600 received badge  Supporter (source)
2013-04-11 08:53:59 -0600 received badge  Critic (source)
2013-04-11 08:53:34 -0600 received badge  Scholar (source)
2013-04-11 02:04:45 -0600 asked a question How to open rtsp videostream from ip cam?

My OC AltLinux.

I want to open stream from the ip camera from rtsp. Totem in my OS open rtsp good. but

CvCapture* capture = cvCreateFileCapture("rtsp://x.x.x.x:50xx/h264/");

get the error

Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
Using network protocols without global network initialization. Please use avformat_network_init(), this will become mandatory later.
[rtsp @ 0x80b5a40] method DESCRIBE failed: 404 Stream Not Found
warning: Error opening file (/usr/src/RPM/BUILD/libopencv2.2-2.2.0/modules/highgui/src/cap_ffmpeg.cpp:457)
(DEBUG) icvOpenAVI_XINE ... start
input_bluray: (bluray_class_get_instance:1454) bluray_class_get_instance
input_bluray: (bluray_class_get_instance:1454) bluray_class_get_instance
(ERROR)icvOpenAVI_XINE(): Unable to open source 'rtsp://x.x.x.x:50xx/h264/'

version opencv 2.2.0 from repository

help me please!