Skip to content

Commit

Permalink
update protocol to support time code
Browse files Browse the repository at this point in the history
  • Loading branch information
ailike committed Oct 24, 2019
1 parent 051f1a3 commit 5102654
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/linux/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all:
g++ ../libssp_test.cpp --std=c++11 -L../../lib/linux_x64/ -lssp -lpthread -I../../include/ -I../../include/libuv/include/ -o libssp_test
g++ ../libssp_test.cpp --std=c++11 -L../../lib/linux_x64/ -lssp -lpthread -I../../include/ -I../../include/libuv/include/ -lrt -o libssp_test
clean:
rm libssp_test
2 changes: 2 additions & 0 deletions include/imf/ssp/sspclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ struct LIBSSP_API SspAudioMeta {

struct LIBSSP_API SspMeta {
bool pts_is_wall_clock;
bool tc_drop_frame;
uint32_t timecode;
};

struct LIBSSP_API SspH264Data {
Expand Down
Binary file modified lib/linux_x64/libssp.a
Binary file not shown.
Binary file modified lib/win_x64/libssp.dll
Binary file not shown.
Binary file modified lib/win_x64/libssp.lib
Binary file not shown.
Binary file modified lib/win_x64/libsspd.dll
Binary file not shown.
Binary file modified lib/win_x64/libsspd.lib
Binary file not shown.

0 comments on commit 5102654

Please sign in to comment.