Attempts at fixing timestamp issues, improved FLV/RTMP cooperatibility, fixed several bugs
This commit is contained in:
parent
dee3f65228
commit
e503e9789c
5 changed files with 45 additions and 16 deletions
|
@ -4,7 +4,11 @@
|
|||
#pragma once
|
||||
#include "socket.h"
|
||||
#include <string>
|
||||
#include "rtmpchunks.h"
|
||||
|
||||
//forward declaration of RTMPStream::Chunk to avoid circular dependencies.
|
||||
namespace RTMPStream{
|
||||
class Chunk;
|
||||
};
|
||||
|
||||
/// This namespace holds all FLV-parsing related functionality.
|
||||
namespace FLV {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue