[App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Ideas and dreaming will go this forum

User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by Murdock »

It can be downloaded from https://github.com/silentmurdock/wrserver/releases/tag/v0.4.2 for various systems, including arm.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by sectroyer »

Murdock wrote: Tue Jul 20, 2021 6:28 pm It can be downloaded from https://github.com/silentmurdock/wrserver/releases/tag/v0.4.2 for various systems, including arm.
One more question. As I block almost all traffic to tv I would have to run server on some other arm device (rpi, or something). Can I configure it to automatically upload downloaded files separate folder once download is finished? I would like to automatically move them to tv once it's on (using cron or something).
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by Murdock »

The program is currently unable to do this. My primary goal was to implement operation from memory. It can download a torrent to a specific location, but the files will be deleted automatically when playback is complete.

Of course, I can also implement this feature if needed.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by sectroyer »

Murdock wrote: Mon Jul 26, 2021 7:09 am The program is currently unable to do this. My primary goal was to implement operation from memory. It can download a torrent to a specific location, but the files will be deleted automatically when playback is complete.

Of course, I can also implement this feature if needed.
Ahh I don't mind that. It's just that I have blocked inernet access (only lan allowed + some exceptions) on my tv so I have to download on rpi for example. So if I understand correctly it's possible to do this with this tool ? And server "streams" downloaded files to TV? What protocol did you use for that? I remember having some issues playing avi/mkv over http for example :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by Murdock »

Yes, it can download torrents, but when you close the program or stop the torrent, the downloaded files are automatically deleted.
Yes it provides videos over http.

Try this test version, which I compiled for armv6. It has a built-in WebUI interface that can launch a torrent and play its contents over a DLNA connection. This is an alpha version.

Download wrserver-webui-dlna-armv6-test.zip

Start with the following command:

Code: Select all

wrserver -webui
Open the webui in a web browser.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by sectroyer »

Murdock wrote: Mon Jul 26, 2021 4:28 pm Yes, it can download torrents, but when you close the program or stop the torrent, the downloaded files are automatically deleted.
So In case of power loss or something I loose downloaded files ?
Murdock wrote: Mon Jul 26, 2021 4:28 pm Start with the following command:

Code: Select all

wrserver -webui
Open the webui in a web browser.
I was able to execute it and access the webui but I don't seem to find a way to add torrents :( Also It seems I can only specify listen port for webui ? Is there a way to specify torrent listen port?
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by sectroyer »

BTW all my boards are armv7 compatible so no need for armv6 version :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
User avatar
Murdock
SamyGO Project Donor
Posts: 236
Joined: Tue Apr 19, 2016 2:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by Murdock »

sectroyer wrote: Tue Jul 27, 2021 5:44 pm So In case of power loss or something I loose downloaded files ?

I was able to execute it and access the webui but I don't seem to find a way to add torrents :( Also It seems I can only specify listen port for webui ? Is there a way to specify torrent listen port?
Yes, in case of a power failure you lose your files.
Yes, in the alpha version it is not yet possible to add a torrent via webui.
Torrent port cannot be set because it is changed automatically by the server.

So far, I haven’t really dealt with these issues because my goal was to stream from memory.

I will try to add these features and then share the developments.

I don’t really want to add a built-in torrent client because I can create it much more easily as a separate program if only the download is important.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by sectroyer »

Murdock wrote: Wed Jul 28, 2021 6:01 pm Yes, in case of a power failure you lose your files.
Yes, in the alpha version it is not yet possible to add a torrent via webui.
I can do it from cmd or cfg file. No need for ui :)
Murdock wrote: Wed Jul 28, 2021 6:01 pm Torrent port cannot be set because it is changed automatically by the server.
There should be a cmd option for that. I forward ONLY specific ports to specific machines.
Murdock wrote: Wed Jul 28, 2021 6:01 pm So far, I haven’t really dealt with these issues because my goal was to stream from memory.
I will try to add these features and then share the developments.
I don’t really want to add a built-in torrent client because I can create it much more easily as a separate program if only the download is important.
Explained more via PM :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] White Raven V0.4.1 for J series Tizen (Testers are needed.)

Post by sectroyer »

One more thing that came to me (not sure if this feature is already implemented or not ?) is to have some "indicator" about movies/episodes that you already watched. Border or different background color?
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!

Post Reply

Return to “[J] Brainstorm”