Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
142 user(s) are online (96 user(s) are browsing Forums)

Members: 0
Guests: 142

more...

Headlines

Forum Index


Board index » All Posts (white)




Re: Curl error Odyssey
Quite a regular
Quite a regular


Thanks for the answers.
and sorry for the logs


Edited by white on 2018/2/20 17:56:13
Go to top


Curl error Odyssey
Quite a regular
Quite a regular


Hi all,
For some days using Odyssey with YT.rexx gives me this error, only using the video search function:

GNU gdb 6.3 (AmigaOS build 20050719)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and / or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "ppc-amigaos".
Reading symbols from /Amiga//data/YT/Tools/curl...Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module / Amiga // data / YT / Tools / curl]
GDB can not read core files on this machine.
(Gdb)

If I open the videos with YT.rexx directly without the search everything works.
Am I wrong?
Or could it be that the youtube site has changed something inside it?
SMTube works perfectly with MickjT-mplayer

Thank you for every answer.

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx "SOLVED"
Quite a regular
Quite a regular


@pjs
Thanks pjs, I'm reading the document, thanks for your help.

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx "SOLVED"
Quite a regular
Quite a regular


Hi, I configured Odyssey with YT.rexx MickjT-mplayer here is a small video, sorry for the quality.
I would appreciate if possible to increase the performance of the browser.
I've looked for guides but I can not find anything.
Maybe to make it lighter and faster.
Is it possible to configure it with MUI?
Or configure it better?

Thank you all for any answers.

https://youtu.be/4RS6trt4l4E

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx "SOLVED"
Quite a regular
Quite a regular


@MickJT
Thank you for your patience and the explanation of ffplay.
I corrected the script.
And thanks again for your player works really well with SMTube, I also corrected the outpout in the smtube.ini file
Now everything works transparently and without output windows

I wanted to ask you there is a possibility of using YT.rexx in a website
when is it posted, for example, a video linked directly to youtube?

such as in this case:
http://eab.abime.net/showthread.php?t=89887&page=2

(show youtube player)

Thanks again!

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx "SOLVED"
Quite a regular
Quite a regular


Hi, I'm sorry,
but the script I posted is right?
Everything seems to work perfectly odyssey works very well with YT.rexx
I do not get any errors.

If there are any errors, or lines to be eliminated, I willingly accept your advice.
Thanks again.

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx "SOLVED"
Quite a regular
Quite a regular


/* YouTube URL extractor */ Ver="v1.5"

/* Default settings */
Embed="0" /* Request content as an embedded video by default? 0/1 */
HTML="0" /* Generate HTML page and open browser? 0/1 */
Login="0" /* Login to your YouTube account? 0/1 */
Debug="1" /* Write debug output to T:YT-Debug.log? 0/1 */
AutoPlay="1" /* Automatically stream videos in mplayer/ffplay? 0/1 */
SkipDASH="0" /* Skip processing of DASH links. 0/1 */
Captions="1" /* Display list of captions? Console mode only. 0/1 */
CapLang="" /* Caption language for autoplay. Blank for none. See docs. */
CapTrans="" /* Translate captions to this language. See docs. */
Browser="" /* Default browser: Odyssey/IBrowse/AWeb/NetSurf. */
ScanLimit="10" /* Maximum amount of videos links to scan. */
UsePipe="0" /* Streams HTTPS to MPlayer via STDOUT/STDIN */

TagOrder="18" /* MP4 720p/360p, FLV 240p */
PathMP="Work:MickjT-MPlayer/mplayer-nonaltivec" /* Full path to MPlayer executable */
PathFP="APPDIR:Amiga:Utilities/FFmpeg/Generic/ffplay.xdelta3" /* Full path to FFplay executable */
ArgsMP="-quiet -really-quiet -vo sdl" /* Optional parameters for mplayer */
ArgsFP="-loglevel quiet -infbuf" /* Optional parameters for ffplay */
/* End of settings */

hi pjs, thanks for your advice, I'm sorry if I did not answer right away.
I would like to try and make odyssey faster.
I would be pleased if possible to have some advice.
If this is possible, thank you!

MickjT
Thanks for the advice, I attach the script directly using Odyssey and not firefox.
This is the first time I reply with Odyssey, I hope it is right to copy and paste.
This is the exact configuration file.
Thanks I hope it's right.
I have not figured out how to attach a file in the forum, it would be easier.
Thanks for all the advice and your work.

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


Hi, pjs
I solved
I'm sorry, it took time and thanks for your patience
this is the script that works:

/ * YouTube URL extractor * / Ver = "v1.5"

/ * Default settings * /
Embed = "0" / * Request content as an embedded video by default? 0/1 * /
HTML = "0" / * Generate HTML page and open browser? 0/1 * /
Login = "0" / * Login to your YouTube account? 0/1 * /
Debug = "0" / * Write debug output to T: YT-Debug.log? 0/1 * /
AutoPlay = "1" / * Automatically stream videos in mplayer / ffplay? 0/1 * /
SkipDASH = "0" / * Skip processing of DASH links. 0/1 * /
Captions = "1" / * Display list of captions? Console mode only. 0/1 * /
CapLang = "" / * Caption language for autoplay. Blank for none. See docs. * /
CapTrans = "" / * Translate captions to this language. See docs. * /
Browser = "" / * Default browser: Odyssey / IBrowse / AWeb / NetSurf. * /
ScanLimit = "10" / * Maximum amount of videos links to scan. * /
UsePipe = "0" / * HTTPS Streams to MPlayer via STDOUT / STDIN * /

TagOrder = "18" / * MP4 720p / 360p, FLV 240p * /
PathMP = "APPDIR: Work: MickjT-Mplayer / mplayer-nonaltivec" / * Full path to MPlayer executable * /
PathFP = "APPDIR: ffplay" / * Full path to FFplay executable * /
ArgsMP = "- quiet -really-quiet -vo sdl" / * Optional parameters for mplayer * /
ArgsFP = "- loglevel quiet -infbuf" / * Optional parameters for ffplay * /
/ * End of settings * /

the wrong line was this:
ArgsMP = "- vo sdl" / * Optional parameters for mplayer * /

the right one is this:
ArgsMP = "- quiet -really-quiet -vo sdl" / * Optional parameters for mplayer * /



In odyssey:
c: rx data:YT / YT.rexx % l silent autoplay

Thanks again for your suggestions and your patience!

And thanks to mickjT for this job really well done!

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


Hi, I think I understand, where and the problem of output (shell 5)
But I can not find a solution.
Initially I used mplayer-gui with the old versions of liveforiit to try to improve the player in my emulation, to synchronize the audio, etc.
Then I also associated mickJT-mplayer with mplayer-gui to see which codecs I had available etc.
I also looked at using mplayer-gui, the -no outoput option is activated,
it probably comes into conflict with mickjT-mplayer even if I do not use it.
But I do not understand how to delete the settings made and where I find the configuration file of mplayer-gui to be able to delete them.

And sorry for the kind of question

Thanks for every suggestion and help.

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


@pjs
Thanks for the example
with these settings:
c: run data:YT/YT.rexx %l Silent Autoplay
the outpout is invisible
but returns this outpout:
cli5
but the video does not start immediately, it seems slower.
But I'm happy the same
Okay I will continue to read the documentation, thanks you made me understand where to add the command to run it.
If you have other suggestions I accept them willingly.
Thanks!

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


@pjs
Thanks, I'm happy too and thanks for the help.
But I can not figure out where to add the "SILENT" option in odyssey
I no longer asked not to disturb
Could you give me an example?
I have read the documentation but I do not understand where to add this line.
Thanks for a possible answer!

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


Hi, thanks to everyone here I made a little video
https://youtu.be/7vCUp9IzvNQ

now I just have to refine the configuration.
Thank you very much for your explanations
And you MickjT for this software made very well. Thanks again!

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


@MickJT
Thanks you're right I forgot to write it, so:
Autoplay "1"
Tag 22 etc.
Now I will do other tests, really thank you!

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


@Severin
Thank you very much for your advice you have helped me to better understand the operation of the menus etc. Thanks again!

@MickJT
Perfect with odyssey it works perfectly, thank you very much.
It would be nice to start directly from the player
But I'm really happy. Thank you!
I've sent you an email if it's useful

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


Hi, AmiKit send me an email, thanks
I remember thanks.

Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


@Severin
Thank you very much for your reply
From shell works YT.rexx <url>
the video starts by choosing the format and then play video
I set exactly how it was written in the program guide and how you told me.
Thank you for confirming the settings.
What I do not understand and what I have to do with IBrowse once on the youtube site.
Should I simply click on the video, or should I have a menu to choose from, for example, do I do with YT?

You can put a screenshot of my settings?
What should I use to upload the image?
I can not find any entries for uploading

What I can not understand is because the voice that I create in link does not become dark black but it remains normal is right?
Thank you and sorry for my questions


Go to top


Re: IBrowse 2.4 OEM how to use YT.rexx
Quite a regular
Quite a regular


@broadblues
Hello thanks for the advice, I changed the topic
Thanks again.

Go to top


IBrowse 2.4 OEM how to use YT.rexx "SOLVED"
Quite a regular
Quite a regular


Hi, I was able to configure IBrowse 2.4 OEM for https: // I would like to use it with yt.rexx
Do I need more plugins from the IBrowser site? to make it work?
or just just configure yt.rexx?
At the moment, SMTube works very well with MickjT-Mplayer
here a little video:
https://youtu.be/H5d3q07mGYs
I apologize for the link but it is to show that it works, so I hope it works the same way with IBrowse
Thanks for any response and suggestions from you, I consider this site a reference point for OS 4.1 fe1


Edited by white on 2018/1/27 13:44:43
Edited by white on 2018/1/27 18:49:18
Edited by white on 2018/1/31 14:38:56
Go to top


Re: Odyssey use of an external player
Quite a regular
Quite a regular


Fixed, I did not have the "Amissl" folder with the "ssl_clent_version" file written with "tls1" in Sys:Prefs/Env-Archive
Thanks for the answers!

Go to top


Re: Odyssey use of an external player
Quite a regular
Quite a regular


@pjs

Thank you very much for your suggestion and your answer, I had not read this news on Ibrowse.
Unfortunately it does not seem to work, I also tried reinstalling amiSSL4.1
but nothing does not work, also the following command:

setenv save AmiSSL / SSL_CLIENT_VERSION tls1 <--- does not work for me at least

setenv save AmiSSL /SSL_CLIENT_VERSION tls1 <--- this works

unfortunately it does not open any page https: // <--- always with IBrowse
I also tried to disable ssl2 and ssl3 and then to reactivate them but the result is identical.
Maybe I'm wrong in something? thanks for every suggestion!

I also carried out this small personal project where I dedicated a real partition (not .hdf) but using x76 to make the partition recognize the winuae in order to use a dedicated partition, where I use AFAOS or 3.9-3.1 etc.
here a small sample video:
https://www.youtube.com/watch?v=20KPrIuHMPE

Also use "ethernet.device" for connection with 4.1 FE1
While RTL8029 is advised with 4.1 could it be due to this?
I have to try to change "driver", thank you very much for other tips or advice!
Hello, good day and thanks again.

@pjs
Now I also tried RTL8029.device unfortunately the situation does not change.


Edited by white on 2018/1/25 11:40:18
Edited by white on 2018/1/25 11:51:44
Go to top



TopTop
« 1 ... 35 36 37 (38) 39 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project