Hi,

Thanks for the tips. This is what I found (I love nice debug logging :-) )

The logging shows that it will try to play also the stream below the
selected one (causing a black screen or a reboot)
If the stream is the last one in the default.m3u it does work.
(build 8-dec-2006 and build 12-dec-2006 tested)

Explanation of findings:

If I added after the line "http://www.4urocknmetal.com/4UHIFI.m3u"; in
default.m3u
the next lines:
#EXTINF:-1,stream_1
http://<ip1>:5212/
#EXTINF:-1,stream_2
http://<ip2>:8080/

I checked if the lines ended with a normal LF (hex "OA"), they did.

When I select stream_1 then the following happens on the mvpmc:
Setting WSS aspect to: 8
playlist: play item 'stream_1', file 'http://<ip1>:5212/' key 7
Starting to play audio file 'http://<ip1>:5212/'
screensaver disable
screensaver disable
Changing to aspect 0, afd 0
Video aspect reported as ZERO - not changing setting
audio write thread running
http opened http://<ip1>:5212/
video write thread running
Freeing PAT Decoder
Initializing PAT Decoder
write threads released
auto detection transport stream returned 1
playlist: play item 'stream_2 ', file 'http://<ip2>:8080/' key 8
http opened http://<ip2>:8080/
write threads released
auto detection transport stream returned 1
http opened (null)
write threads released
auto detection transport stream returned 1
Lost Sync
Lost Sync
Lost Sync
Lost Sync
Starting to play audio file '(null)'
child failed, with status 11, restarting...

I've also tried to remove stream_2 and placed stream_1 in between the
existing
stream definitions, the same thing happened. The mvpmc will try to load
stream_1 and
the radio stream below it.


On 12/8/06, Robin Rawson-Tetley <[EMAIL PROTECTED]> wrote:

On Fri, Dec 08, 2006 at 05:21:30PM +0100, Tim Wassink wrote:
> Tried it, but no good news.
> When I try to stream a xvid file with VLC like I desrcribed before, the
mvp
> still
> reboots when I connect to the stream(using the build of 8-dec). I also
tried
> to
> stream a mpg file to the mvpc and this didn't reboot the mvp
> (still using VLC and the same transcode config)
>
> When setting the vlc server to the http stream server (is vlc) and
select
> any file
> of a share I mounted which needs to be transcoded, then the xvid http
stream
> is correctly displayed.
>
> Can I do some tests or check log files what is going wrong?

Odd - I just setup a similar test with an xvid file and it worked fine
when I connected to the transcoded stream via the playlist.

One thing I did notice (that wasn't mentioned in your previous post) was
that I had to use --sout-transcode-fps on the VLC command line or VLC
would fail.

Could there be something ununsual about the xvid file? With the settings
you have for VLC, it could be that the mvp doesn't like the resolution
of your xvid file. Try adding --sout-canvas-width 480
--sout-canvas-height 480 --sout-transcode-fps 29.97 to your VLC startup
command line to see if it helps.

If it doesn't, would you mind posting the contents of
/usr/share/mvpmc/connect.log and also the output to stdout when
attempting to connect to your stream? You can view the stdout output by
telneting into your MVP before you start the video, then running:

killall mvpmc && sh /etc/dongle.config &

mvpmc will restart and stdout output will appear in your console.

Regards,

Rob

--
=====================================================
Robin Rawson-Tetley ([EMAIL PROTECTED])

Yahoo:  bobintetley
MSN:    [EMAIL PROTECTED]
GTalk:  [EMAIL PROTECTED]

Home:   http://www.rawsontetley.org

I prefer encrypted email.
Download my public key from http://www.rawsontetley.org/rrtpk.asc.gz


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFea2w3cJg3V5whoURAouzAKCUCV3ez7k8iBpalKgjFmdSNN9HzQCgi1Ha
1iUSldO/HLnWWD+54K8KSCY=
=TZ5S
-----END PGP SIGNATURE-----



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to