Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
54 user(s) are online (38 user(s) are browsing Forums)

Members: 1
Guests: 53

328gts, more...

Headlines

Forum Index


Board index » All Posts (K-L)




Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@walkero

Thanks for the links.

With 1.3 any Twitch streams works with Emotion. With 1.4, we get "No video format supported"

Something seems to have changed in URL retrieving.

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@white

Thanks for your answer.

Do you still have 1.3 archive ? I replaced this 1.3 with the 1.4 :(

Or I could ask Walkero if he still has it.

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@white

Did you manage to get Emotion working again ?

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: RadeonHD 3.x bug (?): more than ~256mb of used GPU (second chunk) memory cause a heavy lockup/crash.
Just can't stay away
Just can't stay away


@kas1e

Where do we find toggledma ?

BTW, if you want to check how much free memory you have, you can also use the new X-Dock RadeonMemory DockApp (which displays WB memory and Extended Memory).

A last question : is Hans aware of all this ? Or will you have to analyze everything by yourself alone ?

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@Thread

With 1.4, Emotion doesn't work anymore (I mean when launched directly from CLI) ?

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@white

Pythonssl is of course installed (see one of my first posts inb this topic )

If i set the executable flag, I get "/usr/bin/env: unknown command"

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


1.3 doesn't work for me : "file not executable" is all what I get with every script.

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@white

Emotion doesn't work with Twitch. It tells me : media format not supported. How did you manage to make it work ?

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@thellier

SmTube does't do the job for you ?

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@walkero

Indeed, those are working. Thanks for the explanation.

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@walkero

I tested many live streams and each one gives me the same error.

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


Tried the latest version with Twitch :

12.Données:Video/aiostreams> twitch.py -u https://www.twitch.tv/pupillo1992
aiostreams v1.2 (2019-09-03) - Developed by George Sokianos

Traceback (most recent call last):
File "twitch.py", line 327, in <module>
main(sys.argv[1:])
File "twitch.py", line 279, in main
uri = helpers.getPrefferedVideoURL(m3u8Response)
File "twitch.py", line 190, in getPrefferedVideoURL
if (quality == playlists[idx]['video']):
KeyError: 'video'


--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: How update the driver to my Sam460?
Just can't stay away
Just can't stay away


As in understand from his 1st post, he has no Internet connection with his Sam so he wanted to download it directly from A-Eon's site and he could not find it anymore.

The best would be to take his Sam near an Internet connection and use AmiStore to get the latest version of the sofwtare he bought.

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@walkero

Thanks ! Mixer streams seem heavier than Twitch's. My X1000 struggles to cope with 480p Mixer streams.

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@walkero

Yes, we should forget about Mplayer with your scripts since the -cache option doesn't work for this kind of stream so you end up with lags and sound hickups.

I stick with ffplay (someone should really add comp_yuv2 to it).

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@Thread

On X1000, I'm using this parameters :

#!python
autoplay = True
verbose = False
vPlayer = "appdir:mplayer-altivec"
vPlayerArgs = "-really-quiet -fixed-vo -forceidx -framedrop -fps 30 -vo comp_yuv2 -ao sdl -autosync 30 -cache 8192"
sPlayer = "APPDIR:ffplay"
sPlayerArgs = "-loglevel quiet -infbuf -skip_frame noref -sync audio"

twitchQualityWeight = [
"480p30",
"720p30",
"360p30",
"160p30",
"720p60",
"chunked",
"audio_only"


Important for ffplay : -sync audio (it avoids sound hick ups).

For Mplayer, it's the best I found to avoid sound hick-ups (there are still some but far less than without these options).

This config applies only for X1000 (and maybe X5000).

I wish I could use Emotion for everything.

@Walkero

Would it be possible to have different parametrers for live streaming and recorded streams ?

MPlayer can cope with 720p30 videos whereas ffplay (which would really benefit of a -compyuv2 option too) can only cope with 480p30 videos.

Multi-edited to improve Mplayer options


Edited by K-L on 2019/8/24 22:10:37
Edited by K-L on 2019/8/24 22:49:16
Edited by K-L on 2019/8/24 23:01:06
--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


Thanks ! Working !

--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


@walkero

Thanks.

I'm using the latest amigaOS 4.1 FE release (with the latest update, NOT beta).

I tried to search for a game :

14.Données:Video/aiostreams> twitch.py -s "Dota 2"
twitch.py v1.0 - Created by George Sokianos

<urlopen error unknown url type: https>
Channel name Viewers Type Language Channel URL Game name - Channel status
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "twitch.py", line 337, in <module>
main(sys.argv[1:])
File "twitch.py", line 315, in main
for stream in streamList['streams']:
TypeError: 'NoneType' object is unsubscriptable


I then tried a channel :

14.Données:Video/aiostreams> twitch.py -u https://www.twitch.tv/solary
twitch.py v1.0 - Created by George Sokianos

<urlopen error unknown url type: https>


--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


Thanks but I get this error whatever I try to do : <urlopen error unknown url type: https>


--
AmigaONE X1000 and Radeon RX 560
Go to top


Re: Streaming twitch.tv on AmigaOS 4.1
Just can't stay away
Just can't stay away


I would like such an application, for sure.

It would be great if Emotion could be used for playing (MPlayer would be fine too).

Nice work !

--
AmigaONE X1000 and Radeon RX 560
Go to top



TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 57 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project