Skip to content

Commit

Permalink
Fix for flv append and refactoring of flv recording
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Jul 27, 2017
1 parent eb91d79 commit f44fac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.0.10-M1</version>
<version>1.0.10-M2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-server</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<bean id="flvFileService" class="org.red5.server.service.flv.impl.FLVService">
<property name="generateMetadata" value="true"/>
</bean>
<bean id="mp4FileService" class="org.red5.server.service.mp4.impl.MP4Service"/>
</list>
</property>
</bean>
Expand Down

0 comments on commit f44fac1

Please sign in to comment.