Page 1 of 1

VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 26 Nov 2007 16:27
by dogood
hello

I'm running VLC media player 0.9.0-svn Grishenko on Ubuntu Gutsy Gibbon. I need to use the http interface of VLM, and everything runs fine. i have a broadcast element with two .flv files. I stream using mmsh and asf. Viewing the stream on a client, at the end of the first movie, vlc hangs with unlimited "asf demuxer warning: undeclared stream [ID 0x2].

Before I was using vlc 0.8.5, and VLC just quit at the end of the firts file. now, it still displays the last frame, and "undeclared stream" on and on

my question is in two parts:

1. is it possible, right now, to have a .flv playlist play smoothly the movies, and transitions between?

2. and if no, what codecs should I use to achieve this goal?

Many thanks for the great work, by the way, I'm astonished with VLC 0.9, great interface, simplicity, beauty... Congratulations!!

:)

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 26 Nov 2007 18:56
by Jean-Baptiste Kempf
did vlc:quit helped you ?

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 26 Nov 2007 19:52
by dogood
did vlc:quit helped you ?
Well, I didn't know "vlc:quit" before you ask! And I also want the playlist to be looped... so, I'll try some more tomorrow.

In fact, when I stopped my work today on this topic, vlc 0.9 didn't allow me anymore to access the http interface. I did a clean re-install, but the result was the same. So I finished back to 0.8.latest-for-ubuntu!

I'd really like to have this feature working, so I'll have a fresh install of vlc 0.9.

thanks!

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 26 Nov 2007 21:06
by Jean-Baptiste Kempf
hmmm... what about reading the changelogs?

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 27 Nov 2007 10:14
by dogood
hello,

Well, I'm now compiling VLC 0.9svn on Ubuntu Gutsy Gibbon, I won't miss reading the change log :)

thanks!

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 27 Nov 2007 10:31
by dogood
hello

Compilation of vlc 0.9svn went well. Now when I launch ./vlc, I get

Code: Select all

[00000346] access_file access error: memory mapping failed: Ne peut allouer de la mémoire [00000346] access_file access error: memory mapping failed: Ne peut allouer de la mémoire [00000346] access_file access error: memory mapping failed: Ne peut allouer de la mémoire [00000346] access_file access error: memory mapping failed: Ne peut allouer de la mémoire [00000346] access_file access error: memory mapping failed: Ne peut allouer de la mémoire ...
I'm really new to compiling vlc, so I'll take time to read through the forum about that

:shock:

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 27 Nov 2007 19:56
by funman
update your tree and compile again, it's likely you compiled a broken revision

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 28 Nov 2007 12:57
by dogood
hello

I updated my svn tree, and compile vlc again


Make gives:

Code: Select all

portaudio.c:33:23: error: portaudio.h: No such file or directory portaudio.c:61: error: expected specifier-qualifier-list before 'PaStream' portaudio.c:125: warning: type defaults to 'int' in declaration of 'PaStreamCallbackTimeInfo' portaudio.c:125: error: expected ';', ',' or ')' before '*' token portaudio.c: In function 'Open': portaudio.c:185: error: 'struct aout_sys_t' has no member named 'p_stream' portaudio.c:192: error: 'struct aout_sys_t' has no member named 'i_device_id' portaudio.c:173: warning: unused variable 'i_err' portaudio.c: In function 'Close': portaudio.c:309: warning: implicit declaration of function 'Pa_StopStream' portaudio.c:309: error: 'aout_sys_t' has no member named 'p_stream' portaudio.c:310: error: 'paNoError' undeclared (first use in this function) portaudio.c:310: error: (Each undeclared identifier is reported only once portaudio.c:310: error: for each function it appears in.) portaudio.c:312: warning: implicit declaration of function 'Pa_GetErrorText' portaudio.c:312: warning: format '%s' expects type 'char *', but argument 7 has type 'int' portaudio.c:315: warning: implicit declaration of function 'Pa_CloseStream' portaudio.c:315: error: 'aout_sys_t' has no member named 'p_stream' portaudio.c:318: warning: format '%s' expects type 'char *', but argument 7 has type 'int' portaudio.c:322: warning: implicit declaration of function 'Pa_Terminate' portaudio.c:325: warning: format '%s' expects type 'char *', but argument 7 has type 'int' portaudio.c: In function 'PAOpenDevice': portaudio.c:338: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token portaudio.c:338: error: 'p_pdi' undeclared (first use in this function) portaudio.c:339: error: 'PaError' undeclared (first use in this function) portaudio.c:339: error: expected ';' before 'i_err' portaudio.c:344: error: 'i_err' undeclared (first use in this function) portaudio.c:344: warning: implicit declaration of function 'Pa_Initialize' portaudio.c:345: error: 'paNoError' undeclared (first use in this function) portaudio.c:347: warning: format '%s' expects type 'char *', but argument 7 has type 'int' portaudio.c:353: error: 'aout_sys_t' has no member named 'i_devices' portaudio.c:353: warning: implicit declaration of function 'Pa_GetDeviceCount' portaudio.c:354: error: 'aout_sys_t' has no member named 'i_devices' portaudio.c:356: error: 'aout_sys_t' has no member named 'i_devices' portaudio.c:357: warning: format '%s' expects type 'char *', but argument 7 has type 'int' portaudio.c:364: error: 'aout_sys_t' has no member named 'i_devices' portaudio.c:365: error: 'aout_sys_t' has no member named 'i_devices' portaudio.c:367: warning: implicit declaration of function 'Pa_GetDeviceInfo' portaudio.c:375: error: 'aout_sys_t' has no member named 'i_device_id' portaudio.c:376: error: 'aout_sys_t' has no member named 'i_device_id' portaudio.c:376: error: 'aout_sys_t' has no member named 'i_devices' portaudio.c:378: error: 'aout_sys_t' has no member named 'i_device_id' portaudio.c:381: error: 'aout_sys_t' has no member named 'deviceInfo' portaudio.c:381: error: 'aout_sys_t' has no member named 'i_device_id' portaudio.c:383: error: 'aout_sys_t' has no member named 'deviceInfo' portaudio.c:395: error: 'aout_sys_t' has no member named 'deviceInfo' portaudio.c:398: warning: assignment discards qualifiers from pointer target type portaudio.c:403: error: 'aout_sys_t' has no member named 'deviceInfo' portaudio.c:406: warning: assignment discards qualifiers from pointer target type portaudio.c:414: error: 'aout_sys_t' has no member named 'deviceInfo' portaudio.c:417: warning: assignment discards qualifiers from pointer target type portaudio.c:422: error: 'aout_sys_t' has no member named 'deviceInfo' portaudio.c:425: warning: assignment discards qualifiers from pointer target type portaudio.c:430: error: 'aout_sys_t' has no member named 'deviceInfo' portaudio.c:433: warning: assignment discards qualifiers from pointer target type portaudio.c: In function 'PAOpenStream': portaudio.c:461: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token portaudio.c:461: error: 'paLastHostErrorInfo' undeclared (first use in this function) portaudio.c:461: warning: implicit declaration of function 'Pa_GetLastHostErrorInfo' portaudio.c:462: error: 'PaStreamParameters' undeclared (first use in this function) portaudio.c:462: error: expected ';' before 'paStreamParameters' portaudio.c:506: error: 'aout_sys_t' has no member named 'i_sample_size' portaudio.c:512: error: 'struct aout_sys_t' has no member named 'i_channel_mask' portaudio.c:513: error: 'struct aout_sys_t' has no member named 'i_bits_per_sample' portaudio.c:514: error: 'struct aout_sys_t' has no member named 'i_channels' portaudio.c:516: error: 'struct aout_sys_t' has no member named 'b_chan_reorder' portaudio.c:519: error: 'struct aout_sys_t' has no member named 'pi_chan_table' portaudio.c:521: error: 'struct aout_sys_t' has no member named 'b_chan_reorder' portaudio.c:526: error: 'paStreamParameters' undeclared (first use in this function) portaudio.c:526: error: 'aout_sys_t' has no member named 'i_device_id' portaudio.c:528: error: 'paFloat32' undeclared (first use in this function) portaudio.c:530: error: 'aout_sys_t' has no member named 'deviceInfo' portaudio.c:533: warning: implicit declaration of function 'Pa_OpenStream' portaudio.c:533: error: 'aout_sys_t' has no member named 'p_stream' portaudio.c:535: error: 'paClipOff' undeclared (first use in this function) portaudio.c:535: error: 'paCallback' undeclared (first use in this function) portaudio.c:536: error: 'paNoError' undeclared (first use in this function) portaudio.c:538: warning: format '%s' expects type 'char *', but argument 7 has type 'int' portaudio.c:540: error: 'paUnanticipatedHostError' undeclared (first use in this function) portaudio.c:547: error: 'aout_sys_t' has no member named 'p_stream' portaudio.c:551: warning: implicit declaration of function 'Pa_StartStream' portaudio.c:551: error: 'aout_sys_t' has no member named 'p_stream' portaudio.c:555: error: 'aout_sys_t' has no member named 'p_stream' make[4]: *** [libportaudio_plugin_la-portaudio.lo] Erreur 1 make[4]: quittant le répertoire « /home/createur/vlc-trunk/modules/audio_output » make[3]: *** [all-modules] Erreur 1 make[3]: quittant le répertoire « /home/createur/vlc-trunk/modules/audio_output » make[2]: *** [all-recursive] Erreur 1 make[2]: quittant le répertoire « /home/createur/vlc-trunk/modules » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /home/createur/vlc-trunk » make: *** [all] Erreur 2
don't know how to solve this problem with portaudio.h missing..

thanks!

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 29 Nov 2007 00:12
by Jean-Baptiste Kempf
install libportaudio 1.9

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 01 Dec 2007 23:30
by dogood
hello

Just installed libportaudio 1.9, make, and this:

Code: Select all

make[4]: *** [libportaudio_plugin_la-portaudio.lo] Erreur 1 make[4]: quittant le répertoire « /mnt/SAUVE/COMPILATION/vlc-trunk/build/modules/audio_output » make[3]: *** [all-modules] Erreur 1 make[3]: quittant le répertoire « /mnt/SAUVE/COMPILATION/vlc-trunk/build/modules/audio_output » make[2]: *** [all-recursive] Erreur 1 make[2]: quittant le répertoire « /mnt/SAUVE/COMPILATION/vlc-trunk/build/modules » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /mnt/SAUVE/COMPILATION/vlc-trunk/build » make: *** [all] Erreur 2
Can't figure out what I'm missing...

<edit> Installed "portaudio19-dev (19+svn20070125-1ubuntu2)", and everything went ok! I'm compiling straight forward right now. thanks!

Cordially

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 02 Dec 2007 00:04
by funman
print what's just before this error, else we can't figure what's wrong...

did you delete your tree & reran bootstrap & configure after installing libportaudio-dev ?

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 02 Dec 2007 11:41
by dogood
hello

As I edited before in my previous post, installing portaudio19-dev did the job. I had no errors Making VLC, now it runs perfectly. I'm on UbuntuGutsyGibbon, on a AMD Duron 650 MHz with 500 Mo RAM.

When I open a file, VLC doesn't resize the window for the movie.... for me it has no importance, because I'll run VLC as a daemon on my webserver, running fedora core 6. that's another compilation story to come...

thanks all!

Re: VLC media player 0.9.0-svn Grishenko: VLM playlist problem

Posted: 17 Dec 2007 11:57
by dogood
hi guys!

I'll continue here this little vlc story with this little local/regional web tv, correzetelevision.fr...

So now everything is running well, we're piloting vlc with its telnet interface. On fedora Core 6, VLC 0.8.6c Janus, with Apache2.

A few questions:

- How can one load vlc "not as root", with vlc still loading and streaming files that don't belong to the user who launched VLC?

- How can we launch an https interface for VLC, instead of http?

Cordially