PDA

View Full Version : Just bought the great program only 3 problems



Taekwonrooij
08-05-2010, 05:20 AM
Hi Guys,

First of all great program! Just bought indeed because of good comments on the internet.(after trying the demo)
The DLNA tv im using is the samsung UE55C8700 (C8000 in the usa)
Only 1 problem i have.

It plays al my file great except for .mp4 video files from my Nokia N97mini which are located on my pc.
I also have Sony Ericson vivaz and those mp4 videos(also located on pc) work great through the mezzmo server. So that's weird?
I dont know if you need this info but this the ffmpeg information for an example file that doesnt work:

FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
built on Jul 21 2010 12:51:48 with gcc 4.4.0
configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
libavutil 50.22. 0 / 50.22. 0
libavcodec 52.84. 0 / 52.84. 0
libavformat 52.76. 0 / 52.76. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.25. 1 / 1.25. 1
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'G:\Filmpjes Mich NOKIA N97\22042010vsJeroen.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: mp423gp4isom
Duration: 00:02:11.34, start: 0.000000, bitrate: 2969 kb/s
Stream #0.0(und): Video: mpeg4, yuv420p, 640x352 [PAR 1:1 DAR 20:11], 2868 kb/s, 29.54 fps, 100 tbr, 30k tbn, 100 tbc
Stream #0.1(und): Audio: aac, 48000 Hz, mono, s16, 96 kb/s
At least one output file must be specified



Please let me know how to display the nokia videos on my samsung through mezzmo . It would make mezzmo go from a 8 tot a 10! :)

Oh and my final question, if an update is available, lets say 2.1.9, will i be able to download if for free? Scince i bought 2.1.8?

Thanks in advance

Jeroen

Paul
08-05-2010, 08:41 AM
Hi Jeroen,

Thanks for the great feedback and yes, updates are free, so you don't have to worry about being always up-to-date with Mezzmo.

If you send a message to support, I can send you an updated device profile to try to play those files, or if you wish to edit the device profile yourself, you'll need to change (in SamsungLA.prf):



<avcontainer id="mov,mp4,m4a,3gp,3g2,mj2" name="h264aac" encode="0" mimetype="video/mp4v" dlnaprofile="MP3" supportschunked="0">
<video>
<format id="h264" encode="0">
</format>
</video>
<audio>
<format id="aac" encode="0">
</format>
</audio>
<audio>
<format id="pcm_s16le" encode="0">
</format>
</audio>
</avcontainer>


to:



<avcontainer id="mov,mp4,m4a,3gp,3g2,mj2" name="h264aac" encode="0" mimetype="video/mp4v" dlnaprofile="MP3" supportschunked="0">
<video>
<format id="h264" encode="0">
</format>
</video>
<video>
<format id="mpeg4" encode="0">
</format>
</video>
<audio>
<format id="aac" encode="0">
</format>
</audio>
<audio>
<format id="pcm_s16le" encode="0">
</format>
</audio>
</avcontainer>


(after that save the file and restart the server). If you do it yourself, please let me know if it works or not, so that it could be included in the next Mezzmo update.

Taekwonrooij
08-05-2010, 06:15 PM
Thanks, That worked great! I was a bit looking for the file but it worked :)

just 2 more things, when i play some 3d content the tv reboots itself to disconnect mezzmo.
Most 3d files work fine but for example this file makes the tv to reboot playing through mezzmo.

INFO:
--------------------------
FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
built on Jul 21 2010 12:51:48 with gcc 4.4.0
configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
libavutil 50.22. 0 / 50.22. 0
libavcodec 52.84. 0 / 52.84. 0
libavformat 52.76. 0 / 52.76. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.25. 1 / 1.25. 1
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, avi, from 'G:\3d\despicable me.avi':
Duration: 00:02:27.31, start: 0.000000, bitrate: 16293 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 3840x1080 [PAR 1:1 DAR 32:9], 23.98 tbr, 23.98 tbn, 23.98 tbc
Stream #0.1: Audio: mp2, 48000 Hz, 2 channels, s16, 320 kb/s
At least one output file must be specified


----------------------------------------------


On the pc, the file plays fine. I dont know if its a mezzmo issue, or the tv issue.




Another (NOT 3d) file that wont play is this one:

-----------------
FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
built on Jul 21 2010 12:51:48 with gcc 4.4.0
configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
libavutil 50.22. 0 / 50.22. 0
libavcodec 52.84. 0 / 52.84. 0
libavformat 52.76. 0 / 52.76. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.25. 1 / 1.25. 1
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
[avi @ 016edcf0] max_analyze_duration reached
Input #0, avi, from 'G:\Backup D\Utorrent\Tekken.2010.DVDRip.x264.AC3-MAGNET\Tekken.2010.DVDRip.x264.AC3-MAGNET.avi':
Duration: 01:27:30.00, start: 0.000000, bitrate: 1012 kb/s
Stream #0.0: Video: h264, yuv420p, 720x402 [PAR 1:1 DAR 120:67], 25 fps, 25 tbr, 25 tbn, 50 tbc
Stream #0.1: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
At least one output file must be specified
----------------

I hope you guys can help again :)
THanks again!

Jeroen

Paul
08-06-2010, 08:42 AM
Great! Thanks for letting me know - I'll add that to our device profile here as well for the next Mezzmo update.

Regarding that file that reboots the TV - can you please send it to support (at) conceiva (dot) com (or upload to www.megaupload.com, for example) so that I could try it here? We also have a patched version of the server available that I can send you (if you contact the support e-mail).

The file that won't play would need to be transcoded according to the current device profile. Let's try to play it natively by changing the "avi" container to be:



<avcontainer id="avi" name="avi" encode="0" mimetype="video/x-msvideo" dlnaprofile="MP3" supportschunked="0">
<video>
<format id="mpeg4" encode="0" codec="mpeg4">
</format>
</video>
<video>
<format id="msmpeg4" encode="0">
</format>
</video>
<video>
<format id="h264" encode="0">
</format>
</video>
<audio>
<format id="mp3" encode="0" codec="mp3">
</format>
</audio>
<audio>
<format id="ac3" encode="0" codec="ac3">
</format>
</audio>
<audio>
<format id="mp2" encode="0" codec="mp2">
</format>
</audio>
</avcontainer>


and see if that makes the file play natively. If the TV refuses, then can you please revert the container back to how it was, turn on diagnostic logging (see this thread: http://forum.conceiva.com/showthread.php/419-FAQ-How-to-turn-on-diagnostic-logging), try to play it again and after it fails, stop the server and send the logs to the support e-mail for further investigation.

Taekwonrooij
08-07-2010, 12:04 AM
OK that trick also worked so that file is playing good also! Thanks! :)

Im have checked alsmost all my video files, leaving only 2 files that wont play.
After this i hopefully wont be stalking you anymore haha.

The first one is the one rebooting my tv and disconnecting mezzmo (maybe its just a crappy file i dont know). It would be nice, if mezzmo could just give some error instead of rebooting the tv, when some files dont work.
Here is the link: http://hotfile.com/dl/38075977/3d5fc00/Dracula-4D-trailer-1080p.wmv.html

The 2nd one is(this one does not reboot the tv, but plays for 10 secs and then just stops playing and goes to the next file):
-------------------------------------------------
FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
built on Jul 21 2010 12:51:48 with gcc 4.4.0
configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
libavutil 50.22. 0 / 50.22. 0
libavcodec 52.84. 0 / 52.84. 0
libavformat 52.76. 0 / 52.76. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.25. 1 / 1.25. 1
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 24000.00 (24000/1) -> 23.98 (24000/1001)
Input #0, avi, from 'G:\3d\Grand Canyon Adventure River at Risk 3D First 2min 30 sec.avi':
Metadata:
ISFT :
Duration: 00:02:29.48, start: 0.000000, bitrate: 13950 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 3840x1080 [PAR 1:1 DAR 32:9], 23.98 fps, 23.98 tbr, 23.98 tbn, 24k tbc
Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 256 kb/s
At least one output file must be specified
-------------------------------------------------

After this i think it just plays about everything! In fact some HD videos (.mts) that i cant play on my PC (slow cpu?) Do play on the tv through mezzmo), now thats awesome!

Thanks again and let me know :)

Jeroen
Now

RMerlin
08-08-2010, 12:04 AM
If the TV itself reboots, I'm more tempted to point the finger at the TV than Mezzmo (which merely streams video and audio data to the TV using the DLNA protocol). Essentially, this file is making your TV crash :( I see a firmware update is available on Samsung's site for this TV model. Have a look at it, and if it's newer than what you are using then try updating your TV firmware. Then see if the crash still happens.

Taekwonrooij
08-08-2010, 02:22 AM
HI RMerlin,

I do have the latest firmware, so unfortunatly it still happens. Have you guys tried the file? Could be the tv indeed though.....

How about my second error? The one that does not reboot my tv, but only plays for 10 secs on mezzmo and then hops on to the next file?
---------------------------------------------
FFmpeg version SVN-r24378, Copyright (c) 2000-2010 the FFmpeg developers
built on Jul 21 2010 12:51:48 with gcc 4.4.0
configuration: --enable-static --disable-shared --enable-memalign-hack --enable-libmp3lame --extra-cflags=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-zlib --enable-w32threads --extra-cflags=-fno-common --enable-gpl --enable-libx264 --disable-ffplay --disable-ffprobe --disable-ffserver --enable-postproc --enable-runtime-cpudetect --extra-cflags=-U__STRICT_ANSI__
libavutil 50.22. 0 / 50.22. 0
libavcodec 52.84. 0 / 52.84. 0
libavformat 52.76. 0 / 52.76. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.25. 1 / 1.25. 1
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0

Seems stream 0 codec frame rate differs from container frame rate: 24000.00 (24000/1) -> 23.98 (24000/1001)
Input #0, avi, from 'G:\3d\Grand Canyon Adventure River at Risk 3D First 2min 30 sec.avi':
Metadata:
ISFT :
Duration: 00:02:29.48, start: 0.000000, bitrate: 13950 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 3840x1080 [PAR 1:1 DAR 32:9], 23.98 fps, 23.98 tbr, 23.98 tbn, 24k tbc
Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 256 kb/s
At least one output file must be specified
----------------------

Thanks in advance

Jeroen

RMerlin
08-08-2010, 02:16 PM
Hi Jeroen,

I'm not a Conceiva employee :) Just a regular user trying to help out. I'm sure Dennis from Conceiva will get back to you after the weekend with more thorough troubleshooting details.

Paul
08-09-2010, 09:47 AM
Hi,

Thanks RMerlin, you're a great help! I appreciate what you do.

Regarding the files - they are both out of dimension bounds defined for the TV, so they'll be transcoded (which is probably not what you want). I don't have a 3D TV here to test them natively, but try removing this line:



<videomax width="1920" height="1080" />


from the device profile and try again - that should get them streaming natively and then it'll be up to the TV whether to play them or not :)

Taekwonrooij
08-09-2010, 03:47 PM
I dont know what transcoding is, or how to use it...

But removing that line did not help unfortunatly. Now is doens't play at all. Before removing the line , at least it played 10 seconds :)

Paul
08-09-2010, 04:00 PM
Ok, so possibly FFmpeg is now failing to transcode :)

Can you please tell me where can I get the second file?

Taekwonrooij
08-09-2010, 05:12 PM
Here it is!

http://www.biohemmet.se/ccount/click.php?id=131

Paul
08-09-2010, 05:15 PM
Thanks - I'll take a look and get back to you.

Taekwonrooij
08-10-2010, 07:42 PM
Any succes? :)

Paul
08-11-2010, 08:58 AM
Well, I tried the Canyon file and it works, but transcoding is awfully slow (at around 3-4 fps on my system here, when it needs to be around the 25-30 mark to play smoothly). If you wait a little and then try to play that file again, it should play fully. Please try that and let me know.

Taekwonrooij
08-11-2010, 05:33 PM
Hi Dennis,

I tried that already, the problem is when it starts buffering, instead of finishing buffering after a while it just skips and plays the next file in the list.

Have you been able to see the complete 2 mins on mezzmo?

Taekwonrooij
08-11-2010, 10:30 PM
By the way,

Is it also possible in Mezzmo to play a batch of files? Some dvd's or blue rays have multiple files like .vob but make 1 movie.
Is it possible in mezzmo to play multiple files as 1 movie?
Like power dvd can for example?

Paul
08-12-2010, 08:49 AM
Hi Dennis,

I tried that already, the problem is when it starts buffering, instead of finishing buffering after a while it just skips and plays the next file in the list.

Have you been able to see the complete 2 mins on mezzmo?
Yes, I was able to watch the complete clip here, but transcoding it took 20 minutes :) Are you using a patched version of the server or a 2.1.8 release one? If you wish, send a message to support and I'll send the latest patch for you to try (2.1.8.9).


By the way,

Is it also possible in Mezzmo to play a batch of files? Some dvd's or blue rays have multiple files like .vob but make 1 movie.
Is it possible in mezzmo to play multiple files as 1 movie?
Like power dvd can for example?
Not at the moment, but we plan to support playing VOBs as a single movie in a future update.

Taekwonrooij
08-16-2010, 10:13 PM
what about blu ray formats? m2ts? Can you mezzmo play that also in the future (as one file?)
The patch did not work unfortunatly, maybe its a problem of the tv..

Taekwonrooij
08-17-2010, 04:40 AM
One more thing, im streaming an .mkv file.
The file has 2 audio track (german and english). When i play the file on my tv through mezzmo, it plays the german audio. Offcourse i want it to play the english track.

How can i switch the track, so that mezzmo uses the other soundtrack (english)

Thanks in advance!

RMerlin
08-17-2010, 07:30 AM
I just did a quick Google search - would this help you?

http://www.hack7mc.com/2009/06/setting-default-audio-and-subtitle-tracks-in-mkv-files.html

Paul
08-17-2010, 08:34 AM
what about blu ray formats? m2ts? Can you mezzmo play that also in the future (as one file?)
The patch did not work unfortunatly, maybe its a problem of the tv..
We found another issue, we're fixing it right now. Hopefully that'll make it work properly.


One more thing, im streaming an .mkv file.
The file has 2 audio track (german and english). When i play the file on my tv through mezzmo, it plays the german audio. Offcourse i want it to play the english track.

How can i switch the track, so that mezzmo uses the other soundtrack (english)

Unfortunately you can't at the moment, without manually removing that German track. The next major update of Mezzmo will allow you to do that.


I just did a quick Google search - would this help you?

http://www.hack7mc.com/2009/06/setting-default-audio-and-subtitle-tracks-in-mkv-files.html
Yep, using something like that just remove the extra tracks if you wish :) Thanks for sharing that link!

Taekwonrooij
08-17-2010, 03:18 PM
ok thanks, I removed the track.

Yeah would be great to play blu rays files in the future :)
look forward to seeing the mezzmo updates :) When will this be?

Paul
08-17-2010, 05:10 PM
A minor update is coming soon, but I can't give any ETA on the major update with subtitles - probably a couple of months.