Page 1 of 1

main demux error: object is not attached

Posted: 28 Mar 2009 05:18
by minataur
While trying to attach a VOD object to the VLC telnet, this the error i'm getting,

avi stream debug: free chunk RIFF
[00000383] avi stream debug: free chunk LIST
[00000384] main demux debug: removing module "avi"
[00000384] main demux error: object is not attached
[00000381] main access debug: removing module "access_file"
[00000381] main access error: object is not attached
[00000375] main stream output error: object is not attached
[00000374] [Media: Test1] main input debug: thread ended
[00000374] [Media: Test1] main input debug: thread 2966031248 joined (misc/objects.c:309)
[00000374] [Media: Test1] main input debug: TIMER input launching for 'Test1' : 171.617 ms - Total 171.617 ms / 1 intvls (Avg 171.617 ms)
[00000376] main stream out debug: destroying chain... (name=description)
[00000376] stream_out_description stream out debug: Closing
[00000376] main stream out debug: removing module "stream_out_description"


Can any1 help me out pls

Re: main demux error: object is not attached

Posted: 31 Mar 2009 20:47
by Rémi Denis-Courmont
That can be ignored, but it should be fixed in newer versions anyway.

Re: main demux error: object is not attached

Posted: 03 Apr 2009 14:31
by minataur
i am using the latest VLC, but because of the above error, the video file is not getting attached..

I need to attach the video as aVOD object so that i can create a stream and retrieve it on the other computers, but it's not getting attached because of the above error..

Re: main demux error: object is not attached

Posted: 03 Apr 2009 14:41
by minataur
Also if i ignore the error and proceed trying to retrieve the video, this is the error i'm getting..

[00000364] main access error: no access module matched "rtsp"
[00000362] main input error: open of `rtsp://192.168.2.13/Test' failed: could not create access: no access module matched "rtsp"


what should i do??

Re: main demux error: object is not attached

Posted: 04 Apr 2009 12:36
by Rémi Denis-Courmont
You're missing the live555 plugin, or your RTSP URL is broken.

Re: main demux error: object is not attached

Posted: 04 Apr 2009 13:50
by minataur
okie, thank u :) i'll check it now..
thanks :)