cocool97
cocool97
I can confirm that I have the same behaviour with my IPTV provider. A given channel has different qualities (SD/HD/HEVC) but it all refers to the same `tvg-id`... Shouldn't we...
Have you tried adding the T: disk in "Network shared folders" ?
ac8396d3d20a09f4a853295916cdd999c8e4fa6f
I'll continue the discussion here as you merged #128 and #129 ! Your API is fine, the notion of `id` and `file_id` seems OK. I've tested your code (more precisely...
I've kept testing your code with my torrent streaming project. Here is the URL is you want to take a look at it ([URL](https://github.com/cocool97/torrstream)) Integration was pretty easy and straightforward....
I do not think that betting everything on the UI is not a good idea. Indeed, the problem with the UI is that it cannot be used on a remote...
I don't have a Windows machine to test it on, but `ADBTermios` struct is basically just here to set and restore a termios state. Have you tested to just remove...
Sounds good then ! Of course `termios` needs to be a Unix-only dependency. Two more things to be sure it really works : - Can you try launching it via...
If you want, you can check in tools like Wireshark in gui or tcpdump if TCP data is sent at every keystroke But if you say that this is "interactive",...
@NutchapolSal why do you find it strange ? ADB exposes shell functionality, I think that this is normal to have such a function implemented in the library, and not in...