Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
134 user(s) are online (98 user(s) are browsing Forums)

Members: 2
Guests: 132

jarokuczi, salass00, more...

Headlines

 
  Register To Post  

« 1 2 3 (4) 5 6 »
Re: MPlayer 1.5 released!
Quite a regular
Quite a regular


See User information
@Gregor
Quote:
Thanks for the tip... I already thought that option but abandoned it as I would then loose the 0 and 9 keys which I need with other programs.

First, glad to hear you go to working to your satisfaction!

I don't quite understand your statement above though. How do you lose use of the 0 and 9 keys. All your doing is translating the multimedia keycodes, so they send the same codes the 0 and 9 key produce. Basically, your adding additional 0 and 9 keys. The normal 0 and 9 keys aren't affected at all and still work as normal.

Anyway, Using the Arexx port works great as well, but be aware that it will only work on the first instance of MPlayer that is started. If you have MPlayer running twice, it won't work on the second instance. Also be aware that if MPlayer crashes or doesn't close right for some reason (which I have seen in the past), you will need to kill the MPlayer.1 Arexx port manually or reboot the system. If you just run MPlayer again it will see that the MPlayer.1 port is used and will use MPlayer.2 as the Arexx port. In which case your solution of using the MPlayer.1 port of course won't work. Of course you probably would rarely run into these situations, so it's not a big deal.

AmigaOne X1000, uA1
Go to top
Re: MPlayer 1.5 released!
Just popping in
Just popping in


See User information
@ktadd
Quote:
I don't quite understand your statement above though. How do you lose use of the 0 and 9 keys. All your doing is translating the multimedia keycodes, so they send the same codes the 0 and 9 key produce. Basically, your adding additional 0 and 9 keys. The normal 0 and 9 keys aren't affected at all and still work as normal.

Ah... I misunderstood how AllKeys does the translation, I thought it in the opposite way. Thanks for your clarification!-)

Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
I recently needed some quick-to-use decoding of simple videos on AOS4.
It doesn't have a GUI but MEncoder is tan great and simply configurable , maybe it should be resurrected ?


Edited by smarkusg on 2024/2/3 0:21:01
Edited by smarkusg on 2024/2/3 0:22:40
Edited by smarkusg on 2024/4/4 23:53:44
Go to top
Re: MPlayer 1.5 released!
Quite a regular
Quite a regular


See User information
@smarkusg
Quote:
I recently needed some quick-to-use decoding of simple videos on AOS4.
It doesn't have a GUI but MEncoder is tan great and simply configurable , maybe it should be resurrected ?

I tried, unsuccessfully, a few times over the years to get someone to update Mendocer as I used to use it with SimpleSub. Being unsuccessful, I ended up convertine SImpleSub t use ffmpeg instead. What is is you want to do with mencoder that you can't do with ffmpeg? .....or is it just that Mencoder might be faster? (Not really sure if it is or not.)

AmigaOne X1000, uA1
Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@ktadd

First of all, thank you very much for all the help I got from you with our project.
Without your help, some of the bugs and caveats would not have made it to the new version of Mplayer.
Thank you again for your help

The ffmpeg libraries are currently used by probably all programs that play video files under AOS4.
It uses Emotion, Mplayer. FFmpeg and its libraries are number one in the world of open source video processing software.

Mencoder is geared toward converting video files. Some video codecs can be independent of ffmpeg or use its capabilities.
It also has its own CLI.
Some codecs from ffmpeg may not work properly with Mencoder.
Mencoder itself is a separate program. Mplayer does not need video and audio encoder to play files and when it is compiled, ffmpeg itself has them disabled.

FFmpeg is a powerful tool but in a way Mendocer can develop this under its profile.

I don't know why no one has tried to help you before regarding Mencoder.
It is possible , that it requires double work. You must have a working ffmpeg with video encoder and a working mplayer package.

In SimpleSub it seems to me that the use of ffmpeg is better and you made the right decision to have your program based on it.

Mencoder, if it has a simple GUI and unnecessary encodings disabled, can be a nice program for quick file conversion without delving into the ins and outs of the command line and ffmpeg codec options.

I hope I explained it sensibly

Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@smarkusg

I have in plan to test SPE SIMD units.
I looked into mplayer source and here is a tons of altivec code.
Pls, can you recommend me the simpliest example of use of altivec code in mplayer package?

I want learn how to make a SPE SIMD version for this.

AmigaOS3: Amiga 1200
AmigaOS4: Micro A1-C, AmigaOne XE, Pegasos II, Sam440ep, Sam440ep-flex, AmigaOne X1000
MorphOS: Efika 5200b, Pegasos I, Pegasos II, Powerbook, Mac Mini, iMac, Powermac Quad
Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@sailor
Maybe try some mp3 encoder , lame for starters.
A few months ago I tried to do something with the ffmpeg compilation from this guide
that you provided in that https://www.amigans.net/modules/newbb/ ... id=147361#forumpost147361
But without the physical hardware, it's like a telephone consultation with an ophthalmologist I see nothing he sees nothing and you get a prescription sore throat even though you need glasses...

Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@smarkusgQuote:
smarkusg wrote:@sailor
Maybe try some mp3 encoder , lame for starters.

good tip, thank you

Quote:
But without the physical hardware, it's like a telephone consultation with an ophthalmologist I see nothing he sees nothing and you get a prescription sore throat even though you need glasses...

exactly.
I have physical hw, so I can test something. It is far from ideal, but better than telephone consultation

Probably best is, if I learn SPE SIMD and try to rework critical calculations suitable for vectors.

AmigaOS3: Amiga 1200
AmigaOS4: Micro A1-C, AmigaOne XE, Pegasos II, Sam440ep, Sam440ep-flex, AmigaOne X1000
MorphOS: Efika 5200b, Pegasos I, Pegasos II, Powerbook, Mac Mini, iMac, Powermac Quad
Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@Gregor

Hi Gregor,

Just catching up with threads and I saw the issue with the
MPlayer scripts.

I'm not sure exactly how you're calling the scripts, but if you
want to run the volume scripts, you could wrap the message code
in there with a check for the MPLayer port, like this:

---
if (showlist('p','MPLAYER.1')=1) then do
address MPLAYER.1
VOLUME '-1'
end
---

Of course, if you're using ARexx scripts, it wouldn't be much
of a leap to loop testing for more MPLayer ports and address the
highest numbered port (or maybe even the one that was playing,
if the MPlayer command set allowed).

Alternately, you could use a CLI command line like this to
simply send the VOLUME command directly to the first MPlayer
ARexx port without any script:

---
rx "address MPLAYER.1 VOLUME '-1'"
---

If the port isn't found, you should just get some feedback
about the host environment not found, etc.

Good luck,

PJS

Go to top
Re: MPlayer 1.5 released!
Quite a regular
Quite a regular


See User information
I would like to watch a few TV streams via MPlayer, but no matter how I do it, it doesn't work. I'm not sure if I'm just doing something wrong or MPlayer simply lacks this function.

On https://gist.github.com/Axel-Erfurt/b4 ... 152e1c2f13259590a135e05f4 there are some TV streams online and I tried to pass them to MPlayer via the shell.

Output of the shell:

Neuer Shell-Prozess 8
8.Workbench
:> Workbench:Utilities/MPlayer/MPlayer https://mcdn.daserste.de/daserste/de/master.m3u8
MPlayer 1.5-rc2 SVN-r38440-snapshot-11.3.0 (C2000-2023 MPlayer Team
226 audio 
469 video codecs

Playing https
://mcdn.daserste.de/daserste/de/master.m3u8.
libavformat version 60.3.100 (internal)
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!


Exiting... (End of file)
8.Workbench:>


The transfer with MPlayer %u streaming address does not work either. The background of the whole thing is that a tool called Mediathek is currently being worked on. With this tool it is possible to watch TV streams and also recorded TV programs.

With Emotion/FFPlay there are no problems when running the live streams.

So if someone knows how to transfer the streams to MPlayer correctly I would be happy about it.

Any help will be appreciated.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@Maijestro

I tried one of the URLs with both MPlayer as well as FFmpeg's
ffplay and neither could play.

With MPlayer it just said "failed to play".

With ffplay it said "Server returned 403 Forbidden (access denied)".

It looks like a different kind of error than you described.
Maybe I'm geofenced from being able to watch German TV?

In any case, you might want to try the stream URL's with ffplay
instead of MPlayer. FWIW, live video streams on YouTube won't
play in MPlayer either.

Good luck,

PJS

Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@Maijestro

You can try to directly access the ffmpeg libraries from mplayer via ffmpeg:// and add -cache
It seems to me that this will not work anyway.
If you have the ability to use emotion or ffplay use these programs.

I have no way to check because these stream as "pjs" wrote is for my region/country is blocked.

Go to top
Re: MPlayer 1.5 released!
Quite a regular
Quite a regular


See User information
Interestingly I don't get 403 and can wget the m3u8 but trying to play the URL with mplayer on x86 Linux results in the exact same error message that Maijestro posted above so I think it's not related to AmigaOS.

Go to top
Re: MPlayer 1.5 released!
Just can't stay away
Just can't stay away


See User information
@balaton
The German government propaganda channels, financed by the "GEZ" taxes that have to be paid by every citizen, such as daserste.de and zdf.de, use geoblocking and can only be accessed from IP addresses within Germany.

Go to top
Re: MPlayer 1.5 released!
Quite a regular
Quite a regular


See User information
@all

I've tested it a little further with FFPlayer and Emotion, there are no problems with TV streaming channels, but I just don't know how to pass it to MPlayer. Or if MPlayer simply lacks this support, YouTube streaming works without problems.

To understand the problems a little better, I recorded it. It can also be tested with English TV channels.

I will delete the video later so as not to slow down the thread.


Edited by Maijestro on 2024/4/15 15:17:12
Edited by Maijestro on 2024/4/16 17:54:57
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MPlayer 1.5 released!
Just can't stay away
Just can't stay away


See User information
@Maijestro

Thanks, what source do you use for English TV channels?

AmigaOne X1000.
Radeon RX550

http://www.tinylife.org.uk/
Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@Maijestro

Guessing you're using YT.rexx to watch videos on YT, I hope you
caught that only "static" videos are shown with MPlayer, live
video on YT is played with FFplay.

I'd also guess the German TV channels are also "live" video
streams, so it seems like they are following the same pattern -
playing in FFplay, not in MPlayer.

So maybe you just need to configure however you're gonna watch
these streams to use FFPlay?

Thanks,

PJS

Go to top
Re: MPlayer 1.5 released!
Not too shy to talk
Not too shy to talk


See User information
@Maijestro

Guessing you're using YT.rexx to watch videos on YT, I hope you
caught that only "static" videos are shown with MPlayer, live
video on YT is played with FFplay.

I'd also guess the German TV channels are also "live" video
streams, so it seems like they are following the same pattern -
playing in FFplay, not in MPlayer.

So maybe you just need to configure however you're gonna watch
these streams to use FFPlay?

Thanks,

PJS

Go to top
Re: MPlayer 1.5 released!
Quite a regular
Quite a regular


See User information
@pjs

Quote:

Guessing you're using YT.rexx to watch videos on YT, I hope you
caught that only "static" videos are shown with MPlayer, live
video on YT is played with FFplay.

I'd also guess the German TV channels are also "live" video
streams, so it seems like they are following the same pattern -
playing in FFplay, not in MPlayer.

So maybe you just need to configure however you're gonna watch
these streams to use FFPlay?


Everything you have described applies exactly. I was just hoping to be able to use MPlayer as a direct player for live streams.

With FFPlay and Emotion it works and there are no problems.

Thank you

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: MPlayer 1.5 released!
Just popping in
Just popping in


See User information
@samo79

Probably a stupid question but,

Is this the Mplayer we all use with MickJTMplayer player?

Also, I find Mplayer better to use than DV player or Emotion on a lesser powerful system, I can squeeze 4 music videos to play at once, dv palyer barely gets 2 going, and emotion can do 3 safely, all were mpeg, but still, point was made.

Please keep supporting and updating / upgrading when you see a need for it with this beautiful program.

Courtesy of SAM440Flex & Amiga OS4.1 only
Flex is 800mhz
A1000 with Classic 520 Amiga OS3.2.1
AmiKit 12
MorphOS PowerBook G4 (which can play youtube vids)

https://blitterwolf.blogspot.com
Go to top

  Register To Post
« 1 2 3 (4) 5 6 »

 




Currently Active Users Viewing This Thread: 4 ( 1 members and 3 Anonymous Users )
salass00  




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project