mirror of https://bitbucket.org/ausocean/av.git
removing stuff i don't need
This commit is contained in:
parent
1d27e80bdc
commit
5c4eda1d6f
Binary file not shown.
Binary file not shown.
77410
revid/hexdumpFfmpeg.txt
77410
revid/hexdumpFfmpeg.txt
File diff suppressed because it is too large
Load Diff
33183
revid/hexdumpSaxon.txt
33183
revid/hexdumpSaxon.txt
File diff suppressed because it is too large
Load Diff
BIN
revid/revid
BIN
revid/revid
Binary file not shown.
Binary file not shown.
|
@ -74,7 +74,7 @@ func (s *rtmpSession) StartSession() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// TODO: Remove mutex
|
||||
// TODO: Remove mutex
|
||||
func (s *rtmpSession) WriteFrame(data []byte, dataLength uint) error {
|
||||
s.mutex.Lock()
|
||||
defer s.mutex.Unlock()
|
||||
|
@ -99,7 +99,6 @@ func (s *rtmpSession) EndSession() error {
|
|||
} else {
|
||||
return errors.New("Tried to stop rtmp session, but not running!")
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
rtmp/pls.flv
BIN
rtmp/pls.flv
Binary file not shown.
BIN
rtmp/rtmpTesting
BIN
rtmp/rtmpTesting
Binary file not shown.
BIN
rtmp/sample.flv
BIN
rtmp/sample.flv
Binary file not shown.
Binary file not shown.
BIN
rtmp/test.flv
BIN
rtmp/test.flv
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue