Thomas
Thomas
As I need to fork this repo anyways, I think I will just go the simple route and set every packet to `Time.now()`. Do you see any disadvantages with that?
I think I want to add audio later on, so lets try to find a proper solution then. I took the [rtsp-client-android](https://github.com/alexeyvasilyev/rtsp-client-android) sample app and figured out that the timestamp...
> If `1613599` is in us and is the first timestamp since the connection that means it takes more than 1s to send a frame. Do you have the connection...
Great idea, now the error is gone and I see the video stream on the app. I now see it is streaming to our servers (with 4MBit) but I can't...
Yes good idea, I did.
The token expires anyways after a given time so I won't think thats a huge problem. Anyways I see your point.
One thing I noted: To be able to try to fetch the headers again from the server, we would need the fingerprint (better would be the id of the server...
Yes, we use a custom fingerprint method to store it on the server as well to identify the upload object server-side. Ok, I see, so we would need to search...
Ok thank you, then it is a good solution.
I got another question about resumable upload and storing upload URL: As far as I understood, resumable uploads are stored in web storage. Now we have the following issue: User...