janglapuk
janglapuk
Same with me. I got banned after using `longPoll()`, and this is affected to another device (in same network) who using LINE app on smartphone. Luckily, I have dynamic internet...
Replace `nc` with `ncat` from NMAP package should work even in `keep-alive` or `close` connection mode.
> > > like it #23 ? `ncat` still needs `p` or `--source-port` argument to define the port.
Maaf, ini bukan protocol URL untuk streaming. Mungkin bisa didapatkan protocol yang disarankan seperti RTSP, HTTP streaming, dsb?
No, I don't think it's possible. You can search the SDK and try to find out if it is possible to get the login function with cloud ID or not....
```python if __name__ == '__main__': cam = XMCam(CAM_IP, CAM_PORT, 'admin', 'admin') login = cam.cmd_login() print(login) sleep(0.1) streamconn = cam.create_sub_connection(True) sleep(0.1) success, pcm_audio_path = XMCam.talk_convert_to_pcm('/path/to/audio/file.mp3') if success: # if audio converted...
Just forget/remove `streamconn.disconnect()` line, because subconnection should not be a keepalive connection. It's should be disconnected automatically after requested keepalive timed out.
I didn't see any update for the playlist, I never check one-by-one channels which one still streamable (except for DRM-ed channels like HBO, BEIN, and premium channels). I hope there's...