Streaming from ALLNET 2200 Cam

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
mode

Streaming from ALLNET 2200 Cam

Postby mode » 06 Aug 2005 15:46

Hallo,

I've got an Allnet 2200 Cam.
I can grab the VideoStream with eg:
wget http://cam.home/img/video.asf

VLC can play the saved video.asf file from HD.

But VLC is not able not open the stream directly without "grabbing" with a third party programm first.
I tried open the Path: http://cam.home/img/video.asf direktly, but when i press Play nothing happens :(


What can i do?


Greetz from cologne


Mode

mode

Postby mode » 07 Aug 2005 02:08

Hi, its me again,

The Logfile from VLC says:

Code: Select all

[00000261] main playlist: nothing to play
when i click play

but from the same url a wget can write the stream to hd:

Code: Select all

mode@server:~> wget http://cam.home/img/video.asf --02:09:27-- http://cam.home/img/video.asf => `video.asf' Auflösen des Hostnamen »cam.home«.... 192.168.0.50 Verbindungsaufbau zu cam.home[192.168.0.50]:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: nicht spezifiziert [application/octet-stream] [ <=> ] 2,033,839 117.81K/s mode@server:~> ls -lh video.asf -rw-r--r-- 1 mode root 2,0M 2005-08-07 02:09 video.asf

what can cause this?


Greetz

Mode

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 07 Aug 2005 22:32

Please report full debug logging.

launch vlc with -vvv from commandline, or open the messages window before you start try to open the stream.
Don't use PMs for support questions.

Guest

Postby Guest » 09 Aug 2005 00:25

when i start vlc -vvv from the commandline NO infos apper on the commandline :(
There is simply no output when i open the stream


Mode

all2200user
New Cone
New Cone
Posts: 2
Joined: 23 Jan 2011 10:01

Re: Streaming from ALLNET 2200 Cam

Postby all2200user » 23 Jan 2011 10:18

Dear all,

I ran into a problem that was was already brought up some time ago.
As the original poster was not able to provide debug output, there was no answer.
I attached the output for my case using VLC version 1.1.5 below and hope somebody can help me find a solution.

Br, Joe

Code: Select all

[0179a2a4] main demux meta debug: TIMER module_need() : 13.293 ms - Total 13.293 ms / 1 intvls (Avg 13.293 ms) [0179e264] main input debug: `http://172.24.0.120/img/video.asf' successfully op ened [016094b4] asf demux warning: cannot peek while getting new packet, EOF ? [0179e264] main input debug: EOF reached [00e1f454] main playlist debug: finished input [004789dc] main access debug: waitpipe: object killed [0175dabc] main decoder debug: thread times: real 0m0.046875s, kernel 0m0.000000 s, user 0m0.000000s [0175dabc] avcodec decoder debug: ffmpeg codec (MPEG-4 Video) stopped [0175dabc] main decoder debug: removing module "avcodec" [0175dabc] main decoder debug: killing decoder fourcc `mp4v', 0 PES in FIFO [00e2c424] main decoder debug: thread times: real 0m0.031250s, kernel 0m0.000000 s, user 0m0.000000s [00e2c424] avcodec decoder debug: ffmpeg codec (G.726 ADPCM Audio) stopped [00e2c424] main decoder debug: removing module "avcodec" [00e2c424] main decoder debug: killing decoder fourcc `g726', 0 PES in FIFO [00e4f894] asf stream debug: free asf object 0x8cabdca1-0xa947-0x11cf-0x8ee400c0 0c205365 [00e4f894] asf stream debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c0 0c205365 [00e4f894] asf stream debug: free asf object 0xb7dc0791-0xa9b7-0x11cf-0x8ee600c0 0c205365 [00e4f894] asf stream debug: free asf object 0x5fbf03b5-0xa92e-0x11cf-0x8ee300c0 0c205365 [00e4f894] asf stream debug: free asf object 0x75b22630-0x668e-0x11cf-0xa6d900aa 0062ce6c [00e4f894] asf stream debug: free asf object 0x75b22636-0x668e-0x11cf-0xa6d900aa 0062ce6c [0179e264] main input debug: Program doesn't contain anymore ES [016094b4] main demux debug: removing module "asf" [00e4f894] main stream debug: removing module "stream_filter_record" [004789dc] main access debug: removing module "access_http" [00e1f454] main playlist debug: dead input [0179e264] main input debug: thread ended [0179e264] main input debug: thread times: real 0m1.125000s, kernel 0m0.000000s, user 0m0.000000s [00e1f454] main playlist debug: changing item without a request (current 0/1) [00e49cbc] qt4 interface debug: IM: Deleting the input [00e1f454] main playlist debug: nothing to play [0179e264] main input debug: TIMER input launching for 'http://172.24.0.120/img/ video.asf' : 1090.218 ms - Total 1090.218 ms / 1 intvls (Avg 1090.218 ms)

all2200user
New Cone
New Cone
Posts: 2
Joined: 23 Jan 2011 10:01

Re: Streaming from ALLNET 2200 Cam

Postby all2200user » 30 Jan 2011 22:08

All, does anyone in this forum have a clue on this topic?
Please let me know if additional information is necessary for analysis.

arwdj
New Cone
New Cone
Posts: 1
Joined: 20 Nov 2011 13:32

Re: Streaming from ALLNET 2200 Cam

Postby arwdj » 20 Nov 2011 13:40

Hello, allnet 2200 users.

I had the same problems. Looking carefully through the debug messages, it looked as if the demux/codec gave up because of missing data.
As a captured file plays OK, I suspected VLC gave up too early.

I got it to work using the following command line

Code: Select all

vlc --http-caching=500 --start-time=0.1 http://camera/img/video.asf


I do not know if this is a solution or a hack.


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 75 guests