Wowza Community

vlc live stream I need help password

If the Dreambox has RTSP output, you can re-stream from it directly without VLC following this guide:

https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming

Or if it has mpeg-ts output, this guide:

https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder

Richard

You set these in /conf/admin.password

https://www.wowza.com/docs/how-to-use-stream-manager-in-wowza-media-server-3

Richard

See if it has a .txt extension, if so remove that. The extension must be .password

/conf/admin.password

And that contents is plain text

Richard

WARN server comment - Missing function: createStream

This means the Application.xml is malformed. Get a new one from the conf folder and start over.

Richard

“Missing function: createStream” usually means malformed Application.xml. You can zip up conf and logs folders and send to support@wowza.com, so we can have a look. Include a link to this thread for reference.

Richard

Great, thanks for the update. Glad it’s working

Richard

I would re-install VLC, is the only suggestion I can give.

Richard

  1. What URI are you using to play the stream?

With the LiveVideoStreaming client it should look like this:

Server: rtmp://[wowza-address]/live
Stream: mpegts.stream

  1. Where is your mpegts.stream located? It should be in your content folder.

  2. What it written in the mpegts.stream file? It should be “udp://0.0.0.0:10000”.

Sorry, I was on a wrong track there. UDP is for the MPEG-TS tutorial, if you were using VLC to encode. For RTSP, use the RTSP Camera tutorial Richard mentioned.

If you’ve got your camera setup to stream using RTSP, you have to set the camera.stream file “to the full RTSP/RTP URL to camera.” Look to the documentation of the camera to know what the RTSP URI is. Maybe you set the stream file to “rtsp://[camera-ip]:[camera-streaming-port]”?

Regarding the “Missing function” error, see this thread: http://www.wowza.com/forums/showthread.php?823-Missing-function

Either your application.xml is having a problem, or you need to uninstall/reinstall the latest Wowza downloaded from here: http://www.wowza.com/pricing/installer

Your vlc command works for me on Win7 with Wowza 3.0.4 and VLC 1.1.11 using the Application.xml in the MPEG-TS tutorial. When you enter the VLC command it is normal for the VLC window to have a black screen unless you specify the “duplicate” parameter on the command line or click “display locally” in the GUI.

You need to step back a bit and get Wowza working. Try this tutorial first: https://www.wowza.com/docs/how-to-set-up-video-on-demand-streaming

The only difference I see is that you appear to be streaming to another computer. I was streaming on my localhost to my local Wowza:

vlc -vvv sample.mp4 --sout "#transcode{venc=x264{keyint=60,profile=main},vcodec=x264,vb=500,scale=1,acodec=mp4a,ab=128,channels =2,samplerate=48000}:rtp{dst=127.0.0.1,port=10000,mux=ts}"

“i dont know if i can download for windows again and use the same license?”

You can use the trial license on different computers/OSs as long as you are only running one copy of Wowza at any given time.

If the Dreambox has RTSP output, you can re-stream from it directly without VLC following this guide:

https://www.wowza.com/docs/how-to-re-stream-video-from-an-ip-camera-rtsp-rtp-re-streaming

Or if it has mpeg-ts output, this guide:

https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder

Richard

thanks richard for your reply.

I have already follow this tutorial

How-to-publish-and-play-a-live-stream-(MPEG-TS-based-encoder

as i said i am stack with the password and username on.

Open a web browser and enter the url: http://[wowza-address]:8086/streammanager

Enter your admin username and password from above.

what is the password?

Sorry for the noob question but i dont know what to do here.

i have tried the root password the user password and the [install-dir]/conf/admin.password.

sill non of them are correct.

any one knows?

You set these in /conf/admin.password

https://www.wowza.com/docs/how-to-use-stream-manager-in-wowza-media-server-3

Richard

I have tried that so many times, also i have searched the whole system for admin.password and i got only 1 found which is the one i made following the tutorial but these logins was very simple like this

Admin password file (format [username][space][password])

username password

ade 1234

still it gives me the same page asking me to login no error.

i will try to restart the system or test it with a different web browser, but if any one had similar issue please help me.

See if it has a .txt extension, if so remove that. The extension must be .password

/conf/admin.password

And that contents is plain text

Richard

Ok i got it. the reason was the web browser i think, i installed chrome and it was ok.

thanks.

now following the same tutorial i got this error when i play the test

WARN server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo: SDP file missing: /usr/local/WowzaMediaServer/applications/live/streams/definst/mpegts.stream

INFO session connect-pending 127.0.0.1 -

INFO session connect 127.0.0.1 -

WARN server comment - Missing function: createStream

what does that mean?

i have tried to put the file there, error for missing file goes away.

still i get the Missing function: createStream when i play the stream mpegts.stream

i see here someone had similar problem, he mentioned some edit need in application.xml in live folder but i am not sure how.

please help me Richard.

many thanks for all your help.

  1. What URI are you using to play the stream?

With the LiveVideoStreaming client it should look like this:

Server: rtmp://[wowza-address]/live
Stream: mpegts.stream

  1. Where is your mpegts.stream located? It should be in your content folder.

  2. What it written in the mpegts.stream file? It should be “udp://0.0.0.0:10000”.

Hi there

Thanks for your reply

1 - Yes the just like that using the example live.html

Server: rtmp://localhost/live
Stream: mpegts.stream

2 - my mpegts.stream located in the content folder

3 - yes it have the “udp://0.0.0.0:10000” without "

so i will try to put the ip address eg 192.168.1.64 instead of localhost.

but that wont make a difference i guess.

hi Richard thanks for your reply

I have downloaded the one you provided on the tutorial page still no lack.

WARN server comment - Missing function: createStream

I am using linux debian squeeze and vlc have lot of issues with it when ever time i am running the vlc command i get codec error which debian dont have. (you must compile vlc with h264 ffmpeg.

now i tried to run the command on windows 7 that have vlc to send the feed to wowza like this

vlc -vvv “Desktop/sample.mp4” --sout “#transcode{venc=x264{keyint=60,profile=main},vcodec=x264,vb=500,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=48000}:rtp{dst=192.168.1.64,port=10000,mux=ts}”

the file plays on vlc windows with black screen and wowza media server have this message.

I even tried wirecast but same error.

Missing function: createStream

please help me.

I really appreciated all your help.

Thanks randall for your reply

1 I have already seen that thread and its an application.xml error

2 My application.xml is the one in the MPEG-TS tutorial.

3 i will try to reinstall wowza but i am sure its working perfect. Also the tutorial for VOD is working perfect.

i am only having problem with vlc and live.

many thanks.

Hi Richard and randall.

I really want to thank you for all your help.

Its finally working, I cant believe it, It was actually the Application.xml Just like you said.

I was editing a different Application.xml and not the one in conf/live folder ( i have to admit i was so tired)

I really like the streaming quality with just vlc on widows 7 with intel i3, 2GB ram, 1000Mbps NIC card, BT Router. sending it to wowza on the local machine with debian.

its superb and i tested this on remote html page I never got any sound/video sync Issues. (yet)

Video play very good quality when streaming with dreambox from vlc on windows to wowza its superb but when i play mp4 file that is 80mb its laggy and quality is very poor . why?

I will now try to install vlc and make it work on the debian machine and get all the codec needed ( Ihad lot of error ) then see if the quality will improve without a middle machine.

Again a big thanks to everyone helped.

i found this post and

and helped me a lot in solving many problems I had before thanks to everyone now to get everything I have another problem I could not solve,

when i send the command to vlc

vlc -vvv Desktop/video.m3u --sout “#transcode{venc=x264{keyint=60,profile=main},vcodec=x264,vb=500,scale=1,acodec=mp4a,ab=128,channels =2,samplerate=48000}:rtp{dst=127.0.0.1,port=10000,mux=ts}”

I get this

Streaming / Transcoding failed:

It Seems your FFMPEG (libavcodec) installation lacks the Following encoder:

MPEG AAC Audio.

If you do not know how to fix this, ask for support from your distribution.

This is not an error inside VLC media player.

Do not contact the VideoLAN project about this issue.

desinsinstalado everything and I’ve recompiled everything again

following this post

http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuideLucid

miesmo but I still get the error,

Ubuntu 10.4 Lucid and I have no way to get it,

and I hope you can help me

and this is my log when strating vlc

[0x8e59ce8] main playlist debug: starting new item

[0x8e59ce8] main playlist debug: creating new input thread

[0xb7301150] main input debug: Creating an input for ‘video.m3u’

[0xb7300a20] qt4 interface debug: Error while initializing qt-specific localization

[0xb7301150] main input debug: thread (input) created at priority 10 (input/input.c:230)

[0xb7301150] main input debug: thread started

[0xb7300a20] qt4 interface debug: IM: Setting an input

[0x90b8f28] main stream output debug: stream=`transcode’

[0x8e7b440] main stream out debug: looking for sout stream module: 1 candidate

[0x90b8f28] main stream output debug: stream=`rtp’

[0xb7305af0] main stream out debug: looking for sout stream module: 1 candidate

[0xb7305af0] main stream out debug: set config option: sout-rtp-dst to 127.0.0.1

[0xb7305af0] main stream out debug: set config option: sout-rtp-port to 10000

[0xb7305af0] main stream out debug: set config option: sout-rtp-mux to ts

[0xb7305c98] main mux debug: looking for sout mux module: 1 candidate

[0xb7305c98] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000

[0xb7305c98] main mux debug: using sout mux module “mux_ts”

[0xb7305c98] main mux debug: TIMER module_need() : 2.278 ms - Total 2.278 ms / 1 intvls (Avg 2.278 ms)

[0x90b8f28] main stream output debug: muxer support adding stream at any time

[0x90b8f28] main stream output debug: muxer prefers to wait for all ES before starting to mux

[0xb7305af0] stream_out_rtp stream out debug: maximum RTP packet size: 1400 bytes

[0xb7305af0] main stream out debug: net: connecting to [127.0.0.1]:10000

[0xb7305af0] main stream out debug: net: connecting to [127.0.0.1]:10001 from [127.0.0.1]:60987

[0x90b6930] main generic debug: thread (RTP send thread) created at priority 20 (rtp.c:1286)

[0xb7305af0] stream_out_rtp stream out debug: sdp=

v=0

o=- 15299589304315914835 15299589304315914835 IN IP4 adilvodx

s=Unnamed

i=N/A

c=IN IP4 127.0.0.1

t=0 0

a=tool:vlc 1.0.6

a=recvonly

a=type:broadcast

a=charset:UTF-8

m=video 10000 RTP/AVP 33

a=rtpmap:33 MP2T/90000

[0xb7305af0] main stream out debug: using sout stream module “stream_out_rtp”

[0xb7305af0] main stream out debug: TIMER module_need() : 12.531 ms - Total 12.531 ms / 1 intvls (Avg 12.531 ms)

[0x90b6930] main generic debug: thread started

[0x8e7b440] main stream out debug: set config option: sout-transcode-venc to x264{keyint=60,profile=main}

[0x8e7b440] main stream out debug: set config option: sout-transcode-vcodec to x264

[0x8e7b440] main stream out debug: set config option: sout-transcode-vb to 500

[0x8e7b440] main stream out debug: set config option: sout-transcode-scale to 1

[0x8e7b440] main stream out debug: set config option: sout-transcode-acodec to mp4a

[0x8e7b440] main stream out debug: set config option: sout-transcode-ab to 128

[0x8e7b440] main stream out debug: set config option: sout-transcode-channels to 2

[0x8e7b440] main stream out debug: set config option: sout-transcode-samplerate to 48000

[0x8e7b440] stream_out_transcode stream out debug: codec audio=mp4a 48000Hz 2 channels 128Kb/s

[0x8e7b440] stream_out_transcode stream out debug: codec video=x264 0x0 scaling: 1.000000 500kb/s

[0x8e7b440] main stream out debug: using sout stream module “stream_out_transcode”

[0x8e7b440] main stream out debug: TIMER module_need() : 16.633 ms - Total 16.633 ms / 1 intvls (Avg 16.633 ms)

[0xb7301150] main input debug: using timeshift granularity of 50 MBytes

[0xb7301150] main input debug: using timeshift path ‘/tmp’

[0xb7301150] main input debug: Desktop/video.m3u' gives access ’ demux ' path Desktop/video.m3u’

[0xb7301150] main input debug: creating demux: access=’’ demux=’’ path=‘Desktop/video.m3u’

[0xb7304c18] main demux debug: looking for access_demux module: 7 candidates

[0xb7304c18] main demux debug: TIMER module_need() : 1.381 ms - Total 1.381 ms / 1 intvls (Avg 1.381 ms)

[0xb7301150] main input debug: creating access ‘’ path=‘Desktop/video.m3u’

[0x90b5df8] main access debug: looking for access module: 7 candidates

[0x90b5df8] vcd access debug: trying .cue file: Desktop/video.cue

[0x90b5df8] vcd access debug: could not find .cue file

[0x90b5df8] access_file access debug: opening file `Desktop/video.m3u’

[0x90b5df8] main access debug: using access module “access_file”

[0x90b5df8] main access debug: TIMER module_need() : 1.239 ms - Total 1.239 ms / 1 intvls (Avg 1.239 ms)

[0x90b6428] main stream debug: Using AStream*Stream

[0x90b6428] main stream debug: pre buffering

[0x90b6428] main stream debug: received first data after 0 ms

[0x90b65d0] main stream debug: looking for stream_filter module: 5 candidates

[0x90b65d0] main stream debug: TIMER module_need() : 0.059 ms - Total 0.059 ms / 1 intvls (Avg 0.059 ms)

[0x90b8300] main stream debug: looking for stream_filter module: 1 candidate

[0x90b8300] main stream debug: using stream_filter module “stream_filter_record”

[0x90b8300] main stream debug: TIMER module_need() : 0.056 ms - Total 0.056 ms / 1 intvls (Avg 0.056 ms)

[0xb7301150] main input debug: creating demux: access=’’ demux=’’ path=‘Desktop/video.m3u’

[0x90c1dc0] main demux debug: looking for demux module: 51 candidates

[0x90c1dc0] playlist demux debug: found valid M3U playlist

[0x90c1dc0] main demux debug: using demux module “playlist”

[0x90c1dc0] main demux debug: TIMER module_need() : 0.081 ms - Total 0.081 ms / 1 intvls (Avg 0.081 ms)

[0xb7301150] main input debug: looking for a subtitle file in Desktop/

[0xb7301150] main input debug: starting in async mode

[0xb7301150] main input debug: `Desktop/video.m3u’ successfully opened

[0x8e59ce8] main playlist debug: deleting item `video.m3u’

[0xb7301150] main input debug: EOF reached

[0x8e59ce8] main playlist debug: no fetch required for http://192.168.1.12:31339/0,0320,0906,0907 (art currently (null))

[0x8e59ce8] main playlist debug: finished input

[0x90c1dc0] main demux debug: removing module “playlist”

[0x90b8300] main stream debug: removing module “stream_filter_record”

[0x90b5df8] main access debug: removing module “access_file”

[0xb7301150] main input debug: thread ended

[0x8e59ce8] main playlist debug: dead input

[0x90b8f28] main stream output debug: destroying useless sout

[0x8e7b440] main stream out debug: destroying chain… (name=transcode)

[0xb7305af0] main stream out debug: destroying chain… (name=rtp)

[0xb7305c98] main mux debug: removing module “mux_ts”

[0xb7305af0] main stream out debug: removing module “stream_out_rtp”

[0xb7305af0] main stream out debug: destroying chain done

[0x8e7b440] main stream out debug: removing module “stream_out_transcode”

[0x8e7b440] main stream out debug: destroying chain done

[0x8e59ce8] main playlist debug: changing item without a request (current 0/1)

[0x8e59ce8] main playlist debug: rebuilding array of current - root Playlist

[0x8e59ce8] main playlist debug: rebuild done - 1 items, index -1

[0x8e59ce8] main playlist debug: using item 0

[0x8e59ce8] main playlist debug: starting new item

[0x8e59ce8] main playlist debug: creating new input thread

[0x90b6490] main input debug: Creating an input for ‘http://192.168.1.12:31339/0,0320,0906,0907

[0x90b6490] main input debug: thread started

[0x90b6490] main input debug: thread (input) created at priority 10 (input/input.c:230)

[0xb7304740] main stream output debug: stream=`transcode’

[0xb7308d38] main stream out debug: looking for sout stream module: 1 candidate

[0xb7304740] main stream output debug: stream=`rtp’

[0x90b8f28] main stream out debug: looking for sout stream module: 1 candidate

[0x90b8f28] main stream out debug: set config option: sout-rtp-dst to 127.0.0.1

[0x90b8f28] main stream out debug: set config option: sout-rtp-port to 10000

[0x90b8f28] main stream out debug: set config option: sout-rtp-mux to ts

[0x8e7b320] main mux debug: looking for sout mux module: 1 candidate

[0x8e7b320] mux_ts mux debug: shaping=200000 pcr=70000 dts_delay=400000

[0x8e7b320] main mux debug: using sout mux module “mux_ts”

[0x8e7b320] main mux debug: TIMER module_need() : 1.644 ms - Total 1.644 ms / 1 intvls (Avg 1.644 ms)

[0xb7304740] main stream output debug: muxer support adding stream at any time

[0xb7304740] main stream output debug: muxer prefers to wait for all ES before starting to mux

[0x90b8f28] stream_out_rtp stream out debug: maximum RTP packet size: 1400 bytes

[0x90b8f28] main stream out debug: net: connecting to [127.0.0.1]:10000

[0x90b8f28] main stream out debug: net: connecting to [127.0.0.1]:10001 from [127.0.0.1]:57034

[0x90b7718] main generic debug: thread started

[0x90b7718] main generic debug: thread (RTP send thread) created at priority 20 (rtp.c:1286)

[0x90b8f28] stream_out_rtp stream out debug: sdp=

v=0

o=- 15299589304380207849 15299589304380207849 IN IP4 adilvodx

s=Unnamed

i=N/A

c=IN IP4 127.0.0.1

t=0 0

a=tool:vlc 1.0.6

a=recvonly

a=type:broadcast

a=charset:UTF-8

m=video 10000 RTP/AVP 33

a=rtpmap:33 MP2T/90000

[0x90b8f28] main stream out debug: using sout stream module “stream_out_rtp”

[0x90b8f28] main stream out debug: TIMER module_need() : 4.121 ms - Total 4.121 ms / 1 intvls (Avg 4.121 ms)

[0xb7308d38] main stream out debug: set config option: sout-transcode-venc to x264{keyint=60,profile=main}

[0xb7308d38] main stream out debug: set config option: sout-transcode-vcodec to x264

[0xb7308d38] main stream out debug: set config option: sout-transcode-vb to 500

[0xb7308d38] main stream out debug: set config option: sout-transcode-scale to 1

[0xb7308d38] main stream out debug: set config option: sout-transcode-acodec to mp4a

[0xb7308d38] main stream out debug: set config option: sout-transcode-ab to 128

[0xb7308d38] main stream out debug: set config option: sout-transcode-channels to 2

[0xb7308d38] main stream out debug: set config option: sout-transcode-samplerate to 48000

[0xb7308d38] stream_out_transcode stream out debug: codec audio=mp4a 48000Hz 2 channels 128Kb/s

[0xb7308d38] stream_out_transcode stream out debug: codec video=x264 0x0 scaling: 1.000000 500kb/s

[0xb7308d38] main stream out debug: using sout stream module “stream_out_transcode”

[0xb7308d38] main stream out debug: TIMER module_need() : 6.681 ms - Total 6.681 ms / 1 intvls (Avg 6.681 ms)

[0x90b6490] main input debug: using timeshift granularity of 50 MBytes

[0x90b6490] main input debug: using timeshift path ‘/tmp’

[0x90b6490] main input debug: [http://192.168.1.12:31339/0,0320,0906,0907](http://192.168.1.12:31339/0,0320,0906,0907)' gives access http’ demux ' path 192.168.1.12:31339/0,0320,0906,0907’

[0x90b6490] main input debug: creating demux: access=‘http’ demux=’’ path=‘192.168.1.12:31339/0,0320,0906,0907’

[0x90bf5c0] main demux debug: looking for access_demux module: 0 candidates

[0x90bf5c0] main demux debug: no access_demux module matched “http”

[0x90bf5c0] main demux debug: TIMER module_need() : 0.088 ms - Total 0.088 ms / 1 intvls (Avg 0.088 ms)

[0x90b6490] main input debug: creating access ‘http’ path=‘192.168.1.12:31339/0,0320,0906,0907’

[0xb7305828] main access debug: looking for access module: 2 candidates

[0xb7305828] access_http access debug: http: server=‘192.168.1.12’ port=31339 file=’/0,0320,0906,0907

[0xb7305828] main access debug: net: connecting to 192.168.1.12 port 31339

[0xb7305828] main access debug: connection: Operation now in progress

[0xb7305828] main access debug: connection succeeded (socket = 25)

[0xb7305828] access_http access debug: protocol ‘HTTP’ answer code 200

[0xb7305828] access_http access debug: Server: zapstream 1.1 (ts)

[0xb7305828] main access debug: using access module “access_http”

[0xb7305828] main access debug: TIMER module_need() : 53.750 ms - Total 53.750 ms / 1 intvls (Avg 53.750 ms)

[0x90bff10] main stream debug: Using AStream*Stream

[0x90bff10] main stream debug: pre buffering

[0x90bff10] main stream debug: received first data after 4 ms

[0x90bff10] main stream debug: pre-buffering done 752 bytes in 0s - 175 kbytes/s

[0x90bfcd0] main stream debug: looking for stream_filter module: 5 candidates

[0x90bfcd0] main stream debug: TIMER module_need() : 0.199 ms - Total 0.199 ms / 1 intvls (Avg 0.199 ms)

[0x90bfcd0] main stream debug: looking for stream_filter module: 1 candidate

[0x90bfcd0] main stream debug: using stream_filter module “stream_filter_record”

[0x90bfcd0] main stream debug: TIMER module_need() : 0.141 ms - Total 0.141 ms / 1 intvls (Avg 0.141 ms)

[0x90b6490] main input debug: creating demux: access=‘http’ demux=’’ path=‘192.168.1.12:31339/0,0320,0906,0907’

[0x90c41d0] main demux debug: looking for demux module: 51 candidates

[0xb7300a20] qt4 interface debug: IM: Deleting the input

[0x90c41d0] main demux debug: using demux module “ts”

[0x90c41d0] main demux debug: TIMER module_need() : 255.647 ms - Total 255.647 ms / 1 intvls (Avg 255.647 ms)

[0x90c41d0] ts demux debug: DEMUX_SET_GROUP 0 (nil)

[0x90b6490] main input debug: starting in async mode

[0x90b6490] main input debug: `http://192.168.1.12:31339/0,0320,0906,0907’ successfully opened

[0x90c41d0] ts demux debug: PATCallBack called

[0x90c41d0] ts demux debug: new PAT ts_id=1105 version=1 current_next=1

[0x90c41d0] ts demux debug: * number=2218 pid=800

[0x90c41d0] ts demux debug: PMTCallBack called

[0x90c41d0] ts demux debug: new PMT program number=2218 version=0 pid_pcr=2310

[0x90c41d0] ts demux debug: * es pid=2310 type=2 dr->i_tag=0xa

[0x90c41d0] ts demux debug: * es pid=2310 type=2 dr->i_tag=0x52

[0x90c41d0] ts demux debug: * es pid=2310 type=2 fcc=mpgv

[0x90b6490] main input debug: selecting program id=2218

[0x90cbce0] main packetizer debug: looking for packetizer module: 21 candidates

[0x90cbce0] main packetizer debug: using packetizer module “packetizer_mpegvideo”

[0x90cbce0] main packetizer debug: TIMER module_need() : 2.680 ms - Total 2.680 ms / 1 intvls (Avg 2.680 ms)

[0x90cbce0] main packetizer debug: thread (decoder) created at priority 0 (input/decoder.c:315)

[0x90cbce0] main packetizer debug: thread started

[0x90c41d0] ts demux debug: * es pid=2311 type=4 dr->i_tag=0xa

[0x90c41d0] ts demux debug: * es pid=2311 type=4 dr->i_tag=0x52

[0x90c41d0] ts demux debug: found language: ara

[0x90c41d0] ts demux debug: * es pid=2311 type=4 fcc=mpga

[0x90c29c0] main packetizer debug: looking for packetizer module: 21 candidates

[0x90c29c0] main packetizer debug: using packetizer module “mpeg_audio”

[0x90c29c0] main packetizer debug: TIMER module_need() : 0.951 ms - Total 0.951 ms / 1 intvls (Avg 0.951 ms)

[0x90c29c0] main packetizer debug: thread (decoder) created at priority 5 (input/decoder.c:315)

[0x90c29c0] main packetizer debug: thread started

[0x90c41d0] ts demux warning: first packet for pid=2310 cc=0xf

[0x90c41d0] ts demux warning: discontinuity received 0xb instead of 0x3 (pid=2310)

[0x90b6490] main input debug: Buffering 0%

[0x90b6490] main input debug: Buffering 1%

[0x90c41d0] ts demux warning: first packet for pid=2311 cc=0x4

[0x90b6490] main input debug: switching to sync mode

[0x90b6490] main input debug: Buffering 3%

[0x90b6490] main input debug: Buffering 5%

[0x90c29c0] mpeg_audio packetizer debug: MPGA channels:2 samplerate:48000 bitrate:128

[0xb7304740] main stream output debug: adding a new sout input (sout_input:0x90ddb60)

[0xb7308d38] stream_out_transcode stream out debug: creating audio transcoding from fcc=mpga' to fcc=mp4a’

[0x90dd4e8] main decoder debug: looking for decoder module: 31 candidates

[0x90dd4e8] main decoder debug: using decoder module “mpeg_audio”

[0x90dd4e8] main decoder debug: TIMER module_need() : 2.323 ms - Total 2.323 ms / 1 intvls (Avg 2.323 ms)

[0x90b6490] main input debug: Buffering 7%

[0x90b6490] main input debug: Buffering 9%

[0x90dc520] main encoder debug: looking for encoder module: 10 candidates

[0x90b6490] main input debug: Buffering 11%

[0x90dc520] avcodec encoder debug: libavcodec initialized (interface 0x341401)

[0x90dc520] avcodec encoder error: cannot find encoder MPEG AAC Audio

*** Your FFMPEG installation is crippled. ***

*** Please check with your FFMPEG packager. ***

*** This is NOT a VLC media player issue. ***

[0x90dc520] main encoder debug: TIMER module_need() : 9.151 ms - Total 9.151 ms / 1 intvls (Avg 9.151 ms)

[0xb7308d38] stream_out_transcode stream out error: cannot find audio encoder (module:any fourcc:mp4a)

[0x90dd4e8] main decoder debug: removing module “mpeg_audio”

[0xb7308d38] stream_out_transcode stream out error: cannot create audio chain

[0x90c29c0] main packetizer error: cannot create packetizer output (mpga)

[0x90b6490] main input debug: Buffering 12%

[0x90b6490] main input debug: Buffering 14%

[0x90cbce0] packetizer_mpegvideo packetizer debug: size 720x576 fps=25.000

[0xb7301150] main input debug: TIMER input launching for ‘video.m3u’ : 23.149 ms - Total 23.149 ms / 1 intvls (Avg 23.149 ms)

[0xb7300a20] qt4 interface debug: IM: Setting an input

[0x90b6490] main input debug: Buffering 16%

[0xb7304740] main stream output debug: adding a new sout input (sout_input:0x8feed08)

[0xb7308d38] stream_out_transcode stream out debug: creating video transcoding from fcc=mpgv' to fcc=x264’

[0x90de300] main decoder debug: looking for decoder module: 31 candidates

[0x90de300] main decoder debug: using decoder module “libmpeg2”

[0x90de300] main decoder debug: TIMER module_need() : 0.318 ms - Total 0.318 ms / 1 intvls (Avg 0.318 ms)

[0x8f2f7b0] main encoder debug: looking for encoder module: 1 candidate

[0x8f2f7b0] x264 encoder debug: version x264 0.85.X

[0x90b6490] main input debug: Buffering 18%

[0x90b6490] main input debug: Buffering 20%

[0x90b6490] main input debug: Buffering 22%

[0x8f2f7b0] main encoder debug: set config option: sout-x264-keyint to 60

[0x8f2f7b0] main encoder debug: set config option: sout-x264-profile to main

[0x8f2f7b0] x264 encoder debug: Limiting to main-profile

x264 [info]: using cpu capabilities: MMX2

x264 [info]: profile Main, level 5.1

[0x8f2f7b0] main encoder debug: using encoder module “x264”

[0x8f2f7b0] main encoder debug: TIMER module_need() : 44.093 ms - Total 44.093 ms / 1 intvls (Avg 44.093 ms)

[0x8f2f7b0] x264 encoder debug: framecount still in libx264 buffer: 0

[0x8f2f7b0] main encoder debug: removing module “x264”

[0x90b6490] main input debug: Buffering 24%

[0x90b6490] main input debug: Buffering 25%

[0x90b6490] main input debug: Buffering 27%

[0x90b6490] main input debug: Buffering 29%

[0x90b6490] main input debug: Buffering 31%

[0x90b6490] main input debug: Buffering 33%

[0x90b6490] main input debug: Buffering 35%

[0x90b6490] main input debug: Buffering 36%

[0x90b6490] main input debug: Buffering 38%

[0x90b6490] main input debug: Buffering 40%

[0x90b6490] main input debug: Buffering 42%

[0x90b6490] main input debug: Buffering 44%

[0x90b6490] main input debug: Buffering 46%

[0x90b6490] main input debug: Buffering 48%

[0x90b6490] main input debug: Buffering 50%

[0x90b6490] main input debug: Buffering 51%

[0x90b6490] main input debug: Buffering 53%

[0x90b6490] main input debug: Buffering 55%

[0x90b6490] main input debug: Buffering 57%

[0x90b6490] main input debug: Buffering 59%

[0x90b6490] main input debug: Buffering 61%

[0x90b6490] main input debug: Buffering 62%

[0x90b6490] main input debug: Buffering 64%

[0x90b6490] main input debug: Buffering 66%

[0x90b6490] main input debug: Buffering 68%

[0x90b6490] main input debug: Buffering 70%

[0x90b6490] main input debug: Buffering 72%

[0x90b6490] main input debug: Buffering 74%

[0x90b6490] main input debug: Buffering 75%

[0x90b6490] main input debug: Buffering 77%

[0x90b6490] main input debug: Buffering 79%

[0x90b6490] main input debug: Buffering 81%

[0x90b6490] main input debug: Buffering 83%

[0x90b6490] main input debug: Buffering 85%

[0x90b6490] main input debug: Buffering 87%

[0x90b6490] main input debug: Buffering 88%

[0x90b6490] main input debug: Buffering 90%

[0x90b6490] main input debug: Buffering 92%

[0x90b6490] main input debug: Buffering 94%

[0x90b6490] main input debug: Buffering 96%

[0x90b6490] main input debug: Buffering 98%

[0x90b6490] main input debug: Stream buffering done (1200 ms in 1074 ms)

[0x90b6490] main input debug: Decoder buffering done in 0 ms

[0x90de300] libmpeg2 decoder debug: 720x576 (display 720,576), aspect 576000, sar 16:15, 25.000 fps

[0x90de300] main decoder warning: dts != current_pts (-875307093)

[0x90de300] main decoder warning: decoder synchro warning: pts != current_date (-40000)

[0xb7308d38] stream_out_transcode stream out debug: decoder aspect is 576000:432000

[0xb7308d38] stream_out_transcode stream out debug: source pixel aspect is 1.066667:1

[0xb7308d38] stream_out_transcode stream out debug: scaled pixel aspect is 1.066667:1

[0xb7308d38] stream_out_transcode stream out debug: source 720x576, destination 720x576

[0xb7308d38] stream_out_transcode stream out debug: encoder aspect is 576000:432000

[0xb7308d38] stream_out_transcode stream out debug: destination (after video filters) 720x576

[0x8f2f7b0] main encoder debug: looking for encoder module: 1 candidate

[0x8f2f7b0] x264 encoder debug: version x264 0.85.X

[0x8f2f7b0] main encoder debug: set config option: sout-x264-keyint to 60

[0x8f2f7b0] main encoder debug: set config option: sout-x264-profile to main

[0x8f2f7b0] x264 encoder debug: Limiting to main-profile

x264 [info]: using SAR=16/15

x264 [info]: using cpu capabilities: MMX2

x264 [info]: profile Main, level 5.1

[0x8f2f7b0] main encoder debug: using encoder module “x264”

[0x8f2f7b0] main encoder debug: TIMER module_need() : 36.236 ms - Total 36.236 ms / 1 intvls (Avg 36.236 ms)

[0x8e7b320] main mux debug: adding a new input

[0x8e7b320] mux_ts mux debug: adding input codec=h264 pid=68

[0x8e7b320] mux_ts mux debug: new PCR PID is 68

[0x8f2f7b0] x264 encoder debug: Initial delay is set to 40000

[0x8e7b320] main mux warning: late buffer for mux input (874924857)

[0x8e7b320] main mux warning: late buffer for mux input (874890397)

[0x8e7b320] mux_ts mux warning: packet with too strange dts (dts=875427094,old=40000,pcr=40000)

^C[0x8dc5920] signals interface error: Caught Interrupt signal, exiting…

[0x8dc5668] main libvlc debug: deactivating the playlist

[0x8e59ce8] main playlist debug: Deactivate

[0x8e59ce8] main playlist debug: incoming request - stopping current input

[0xb7305828] main access debug: waitpipe: object killed

[0x8e59ce8] main playlist debug: dying input

[0xb7305828] main access debug: socket 25 polling interrupted

[0x90c41d0] ts demux debug: eof ?

[0x90b6490] main input debug: EOF reached

[0x90b6490] main input debug: control type=0

[0x90b6490] main input debug: control: stopping input

[0x8e59ce8] main playlist debug: dying input

[0x90cbce0] main packetizer debug: removing module “packetizer_mpegvideo”

[0x90cbce0] main packetizer debug: killing decoder fourcc `mpgv’, 0 PES in FIFO

[0xb7304740] main stream output debug: removing a sout input (sout_input:0x8feed08)

[0x8f2f7b0] main encoder debug: TIMER encoding video frame : 1.718 ms - Total 32592.429 ms / 8385 intvls (Avg 3.887 ms)

[0x90de300] main decoder debug: removing module “libmpeg2”

[0x8f2f7b0] x264 encoder debug: framecount still in libx264 buffer: 19

x264 [info]: frame I:140 Avg QP:25.42 size: 31427

x264 [info]: frame P:3195 Avg QP:29.76 size: 3995

x264 [info]: frame B:5031 Avg QP:28.49 size: 752

x264 [info]: consecutive B-frames: 4.6% 20.8% 62.2% 12.4%

x264 [info]: mb I I16…4: 32.0% 0.0% 68.0%

x264 [info]: mb P I16…4: 4.3% 0.0% 0.8% P16…4: 31.5% 9.3% 2.1% 0.0% 0.0% skip:52.0%

x264 [info]: mb B I16…4: 0.2% 0.0% 0.0% B16…8: 7.2% 0.0% 0.0% direct: 5.8% skip:86.8% L0:44.4% L1:47.3% BI: 8.3%

x264 [info]: coded y,uvDC,uvAC intra: 49.6% 52.6% 10.1% inter: 7.0% 5.0% 0.1%

x264 [info]: i16 v,h,dc,p: 44% 31% 14% 10%

x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 23% 33% 14% 5% 4% 4% 6% 4% 7%

x264 [info]: Weighted P-Frames: Y:0.0%

x264 [info]: ref P L0: 64.4% 14.3% 15.0% 6.4%

x264 [info]: ref B L0: 73.4% 26.6%

x264 [info]: kb/s:500.78

[0x8f2f7b0] main encoder debug: removing module “x264”

[0x8e7b320] mux_ts mux debug: removing input pid=68

[0x8e7b320] mux_ts mux debug: new PCR PID is 8191

[0x8e7b320] main mux warning: no more input streams for this mux

[0x90c29c0] main packetizer debug: removing module “mpeg_audio”

[0x90c29c0] main packetizer debug: killing decoder fourcc `mpga’, 0 PES in FIFO

[0x90c41d0] ts demux debug: pid list:

[0x90c41d0] ts demux debug: - pid[0] seen

[0x90c41d0] ts demux debug: - pid[800] seen

[0x90c41d0] ts demux debug: - pid[2310] seen

[0x90b6490] main input debug: Program doesn’t contain anymore ES

[0x90c41d0] ts demux debug: - pid[2311] seen

[0x90c41d0] ts demux debug: - pid[8191] seen

[0x90c41d0] main demux debug: removing module “ts”

[0x90bfcd0] main stream debug: removing module “stream_filter_record”

[0xb7305828] main access debug: removing module “access_http”

[0x90b6490] main input debug: thread ended

[0x8e59ce8] main playlist debug: dead input

[0xb7304740] main stream output debug: destroying useless sout

[0xb7308d38] main stream out debug: destroying chain… (name=transcode)

[0x90b8f28] main stream out debug: destroying chain… (name=rtp)

[0x8e7b320] main mux debug: removing module “mux_ts”

[0x90b8f28] main stream out debug: removing module “stream_out_rtp”

[0x90b8f28] main stream out debug: destroying chain done

[0xb7308d38] main stream out debug: removing module “stream_out_transcode”

[0xb7308d38] main stream out debug: destroying chain done

[0xb7300a20] qt4 interface debug: IM: Deleting the input

[0x8e59ce8] main playlist debug: saving Media Library to file /home/adilvodx/.local/share/vlc/ml.xspf

[0x8e59ce8] main playlist debug: looking for playlist export module: 1 candidate

[0x8e59ce8] main playlist debug: using playlist export module “export”

[0x8e59ce8] main playlist debug: TIMER module_need() : 0.471 ms - Total 0.471 ms / 1 intvls (Avg 0.471 ms)

[0x8e59ce8] main playlist debug: removing module “export”

[0x8e59ce8] main playlist debug: Deactivated

[0x8dc5668] main libvlc debug: removing all services discovery tasks

[0x8dc5668] main libvlc debug: removing all interfaces

[0x90b6490] main input debug: TIMER input launching for ‘http://192.168.1.12:31339/0,0320,0906,0907’ : 324.552 ms - Total 324.552 ms / 1 intvls (Avg 324.552 ms)

[0xb7300a20] qt4 interface debug: Quitting the Qt4 Interface

[0xb7300a20] qt4 interface debug: destroying the main Qt4 interface

[0xb7300a20] qt4 interface debug: Destroying the main interface

[0xb7300a20] main interface debug: removing module “qt4”

[0x8e61558] main interface debug: removing module “globalhotkeys”

[0x8dc5920] main interface debug: removing module “signals”

[0x8e679e8] main interface debug: removing module “screensaver”

[0x8e5b818] main interface debug: removing module “inhibit”

[0x8e67458] main interface debug: removing module “hotkeys”

[0x8dc5668] main libvlc debug: removing playlist

[0x8e59ce8] main playlist debug: Destroyed

[0x8dc5668] main libvlc debug: TIMER ML Load : Total 5.720 ms / 1 intvls (Avg 5.720 ms)

[0x8dc5668] main libvlc debug: TIMER Items array build : Total 0.100 ms / 3 intvls (Avg 0.033 ms)

[0x8dc5668] main libvlc debug: TIMER ML Dump : Total 0.724 ms / 1 intvls (Avg 0.724 ms)

[0x8dc5668] main libvlc debug: removing stats

[0x8dc5668] main libvlc debug: removing module “memcpymmxext”

[0x8dc5668] main libvlc debug: opening config file (/home/adilvodx/.config/vlc/vlcrc)

[0x8dc5668] main libvlc debug: writing plugins cache /home/adilvodx/.cache/vlc/plugins-04041e.dat