Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在建立一个视频流媒体网站。
有人可以建议一个合适的文件系统来存储视频。
我的服务器应该能够对存储的视频执行视频操作。
谢谢
用于存储的Amazon S3和用于流式传输内容的Cloudfront运行良好。还有很多商业服务可以在存储到 S3 之前对您的视频进行转码。一个例子是Zencoder。
在这里,我想打印“$”符号。怎么做?
#!/perl/bin/perl print <<EOF; This sign $ is called dollar It's a multiline string EOF
这给了我结果。
T