ffmpeg playback issue
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
-
- Posts: 30
- Joined: Thu Oct 10, 2013 11:35 pm
ffmpeg playback issue
Hi,
Can one of the programmers have a look at whats going on with ffmpeg playback… Or failure of playback with each new release. Currently on 4.3.1.
Originally from. viewtopic.php?f=3&t=2338&start=20#p12708
TRACE was set in the debug. I had to copy ffmpeg from version 4.1.3 for playback to work again.
This is on Mac OS X 10.8.5.
I also don't use Java or have it installed if its any use.
Thanks.
Can one of the programmers have a look at whats going on with ffmpeg playback… Or failure of playback with each new release. Currently on 4.3.1.
Originally from. viewtopic.php?f=3&t=2338&start=20#p12708
TRACE was set in the debug. I had to copy ffmpeg from version 4.1.3 for playback to work again.
This is on Mac OS X 10.8.5.
I also don't use Java or have it installed if its any use.
Thanks.
- Attachments
-
- ums_dbg.zip
- (41.64 KiB) Downloaded 655 times
- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: ffmpeg playback issue
Could you try the latest 4.4.0 version and if it still doesn't work without copying ffmpeg again please post
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
-
- Posts: 30
- Joined: Thu Oct 10, 2013 11:35 pm
Re: ffmpeg playback issue
Is that due for release soon? As 4.3.1 is the only available for download.
-
- Posts: 30
- Joined: Thu Oct 10, 2013 11:35 pm
Re: ffmpeg playback issue
Yeah it still doesn't work with 4.4.0.
Had to drop in 4.1.3 ffmpeg to get it to play.
Code: Select all
DEBUG 2015-01-13 23:03:42.536 [ffmpeg-18-2] dyld: lazy symbol binding failed: Symbol not found: ___sincos_stret
DEBUG 2015-01-13 23:03:42.536 [ffmpeg-18-2] Referenced from: /Applications/Universal Media Server.app/Contents/Resources/Java/osx/ffmpeg
DEBUG 2015-01-13 23:03:42.536 [ffmpeg-18-2] Expected in: /usr/lib/libSystem.B.dylib
DEBUG 2015-01-13 23:03:42.536 [ffmpeg-18-2]
DEBUG 2015-01-13 23:03:42.536 [ffmpeg-18-2] dyld: Symbol not found: ___sincos_stret
DEBUG 2015-01-13 23:03:42.536 [ffmpeg-18-2] Referenced from: /Applications/Universal Media Server.app/Contents/Resources/Java/osx/ffmpeg
DEBUG 2015-01-13 23:03:42.536 [ffmpeg-18-2] Expected in: /usr/lib/libSystem.B.dylib
DEBUG 2015-01-13 23:03:42.536 [ffmpeg-18-2]
INFO 2015-01-13 23:03:43.134 [ffmpeg-15] Process /Applications/Universal Media Server.app/Contents/Resources/Java/osx/ffmpeg has a return code of 133! Maybe an error occurred... check the log file
INFO 2015-01-13 23:03:43.659 [ffmpeg-18] Process /Applications/Universal Media Server.app/Contents/Resources/Java/osx/ffmpeg has a return code of 133! Maybe an error occurred… check the log file
- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: ffmpeg playback issue
Ok leave it with me, hopefully test it in the next few days.
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: ffmpeg playback issue
CappySpectrum, i'm still looking at the differences between the two versions of ffmpeg to isolate this issue. We moved from ffmpeg g7cf1f0f in 4.1.1 which is the version you keep moving back into our releases that works, to 20141014 in 4.2.0 which is the version that doesn't (also it's been updated since 4.2.0 but none of those work if i'm assuming that correctly). I'm seeing if anyone has reported a bug thats related to the issue your seeing
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: ffmpeg playback issue
Ok CappySpectrum, looks as though i have to compile ffmpeg myself. I will work on it this weekend and hopefully have a working version for you to test for me soon.
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
- Optimus_prime
- Posts: 678
- Joined: Fri Jun 01, 2012 6:39 pm
- Location: Sydney, Australia
Re: ffmpeg playback issue
CappySpectrum,
Could you please test this version to see if ffmpeg works for you. I only had time to build a Java 8 version but if you can test that would be great.
http://sourceforge.net/projects/unimedi ... g/download
Could you please test this version to see if ffmpeg works for you. I only had time to build a Java 8 version but if you can test that would be great.
http://sourceforge.net/projects/unimedi ... g/download
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
-
- Posts: 30
- Joined: Thu Oct 10, 2013 11:35 pm
Re: ffmpeg playback issue
I'll test it out tonight, thanks!
Another issue I've ran into, no idea if it is related to the old version but I've noticed after watching films… About 2 seconds remaining after the film has ran its credits and returns to the selected file menu, the buffer starts running out slowly. It appears the buffer starts running out about 1 minute or 45 seconds to 30 seconds before the actual duration finishes. Leaving the film stalling about 1 - 3 seconds at the very end with the copyright date stuck at the top of screen. Rather than cleanly ending and automatically returning to the players file selection.
MP4 files can't seem to play either.
I'll check out this new version to see.
Another issue I've ran into, no idea if it is related to the old version but I've noticed after watching films… About 2 seconds remaining after the film has ran its credits and returns to the selected file menu, the buffer starts running out slowly. It appears the buffer starts running out about 1 minute or 45 seconds to 30 seconds before the actual duration finishes. Leaving the film stalling about 1 - 3 seconds at the very end with the copyright date stuck at the top of screen. Rather than cleanly ending and automatically returning to the players file selection.
MP4 files can't seem to play either.
I'll check out this new version to see.
-
- Posts: 30
- Joined: Thu Oct 10, 2013 11:35 pm
Re: ffmpeg playback issue
Excellent! Played flawlessly right through the film and automatically returned to the file selection.
At first I thought there was something wrong as there is a bit of a delay for the program window to appear.
At first I thought there was something wrong as there is a bit of a delay for the program window to appear.