Project

General

Profile

Actions

Bug #1532

closed

Streaming Recordings issues

Added by TheTroll about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
09/27/2013
Due date:
% Done:

0%

Estimated time:

Description

Hi,

I have a problem when trying to stream recordings from streamdev.
It seems that the Inod is not correctly retrieved because of the type of st.st_dev (not sure of that though).
On my (64 bits) system, i need to do a :

sprintf("%llu:%lu.rec", st.st_dev, st.st_ino));

instead of

sprintf("%lu:%lu.rec", st.st_dev, st.st_ino));

In addition, the login/pass from streamdev is not passed in the url ...

Thanks

Actions

Also available in: Atom PDF